Html Css Color HEX #09661E Crusoe

📋 copy color: '#09661E'

red 9 ◦ green 102 ◦ blue 30

#09661E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #09661E

Tints of Crusoe #09661E

RGB

 RED value IS 9 (3.91% from 255) = 6.38%

 GREEN value IS 102 (40.23% from 255) = 72.34%

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 6.38%
G = 72.34%
B = 21.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09661E (or 0x09661E) is known color: Crusoe. HEX triplet: 09, 66 and 1E. RGB value is (9,102,30). Sum of RGB (Red+Green+Blue) = 9+102+30=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #09661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09661E is #F699E1. Grayscale: #424242. Windows color (decimal): -16161250 or 1992201. OLE color: 1992201.

HSL color Cylindrical-coordinate representation of color #09661E: hue angle of 133.55º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09661E is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 30 -
CMYK 0.91 0 0.71 0.6
HSL 133.55º 0.84% 0.22% -
HSV(B) 133.55º 0.91% 0.4% -
XYZ 5.1 9.65 2.82 -
YUV 65.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 9 102 30 0.91 0 0.71 0.6 133.55 0.84 0.22
Hex 9 66 1E 5B 0 47 3C 86 54 16
Octal 11 146 36 133 0 107 74 206 124 26
Binary 1001 1100110 11110 1011011 0 1000111 111100 10000110 1010100 10110

Color Harmonies of #09661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09661E

Black with #09661E

Text Example


Text Example

White with #09661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09661E; }

 p { color: rgb(9,102,30); }

 H1.HeaderClassName
 {
   color: #09661E;
 }
 .AnyTagClassName
 {
   color: #09661E;
 }
</style>

background-color css

<style>
 a { background-color: #09661E; }

 a { background-color: rgb(9,102,30); }

 div.DivClassName
 {
   background-color: #09661E;
 }
 .BgClassName
 {
   background-color: #09661E;
 }
</style>

border-color css

<style>
 span { border-color: #09661E; }

 span { border-color: rgb(9,102,30); }

 td.TdClassName
 {
   border-color: #09661E;
 }
 .TagClassName
 {
   border-color: #09661E;
 }
</style>