Html Css Color HEX #09661C Crusoe

📋 copy color: '#09661C'

red 9 ◦ green 102 ◦ blue 28

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

Shades of Crusoe #09661C

Tints of Crusoe #09661C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 6.47%
G = 73.38%
B = 20.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#09661C (or 0x09661C) is known color: Crusoe. HEX triplet: 09, 66 and 1C. RGB value is (9,102,28). Sum of RGB (Red+Green+Blue) = 9+102+28=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #09661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09661C is #F699E3. Grayscale: #414141. Windows color (decimal): -16161252 or 1861129. OLE color: 1861129.

HSL color Cylindrical-coordinate representation of color #09661C: hue angle of 132.26º 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 #09661C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 28 -
CMYK 0.91 0 0.73 0.6
HSL 132.26º 0.84% 0.22% -
HSV(B) 132.26º 0.91% 0.4% -
XYZ 5.07 9.64 2.69 -
YUV 65.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 9 102 28 0.91 0 0.73 0.6 132.26 0.84 0.22
Hex 9 66 1C 5B 0 49 3C 84 54 16
Octal 11 146 34 133 0 111 74 204 124 26
Binary 1001 1100110 11100 1011011 0 1001001 111100 10000100 1010100 10110

Color Harmonies of #09661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09661C

Black with #09661C

Text Example


Text Example

White with #09661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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