Html Css Color HEX #09661F Crusoe

📋 copy color: '#09661F'

red 9 ◦ green 102 ◦ blue 31

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

Shades of Crusoe #09661F

Tints of Crusoe #09661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 6.34%
G = 71.83%
B = 21.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#09661F (or 0x09661F) is known color: Crusoe. HEX triplet: 09, 66 and 1F. RGB value is (9,102,31). Sum of RGB (Red+Green+Blue) = 9+102+31=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #09661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09661F is #F699E0. Grayscale: #424242. Windows color (decimal): -16161249 or 2057737. OLE color: 2057737.

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

Color convert

RGB 9 102 31 -
CMYK 0.91 0 0.70 0.6
HSL 134.19º 0.84% 0.22% -
HSV(B) 134.19º 0.91% 0.4% -
XYZ 5.11 9.66 2.89 -
YUV 66.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 9 102 31 0.91 0 0.70 0.6 134.19 0.84 0.22
Hex 9 66 1F 5B 0 46 3C 86 54 16
Octal 11 146 37 133 0 106 74 206 124 26
Binary 1001 1100110 11111 1011011 0 1000110 111100 10000110 1010100 10110

Color Harmonies of #09661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09661F

Black with #09661F

Text Example


Text Example

White with #09661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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