Html Css Color HEX #09651F Crusoe

📋 copy color: '#09651F'

red 9 ◦ green 101 ◦ blue 31

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

Shades of Crusoe #09651F

Tints of Crusoe #09651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.63%

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

R = 6.38%
G = 71.63%
B = 21.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#09651F (or 0x09651F) is known color: Crusoe. HEX triplet: 09, 65 and 1F. RGB value is (9,101,31). Sum of RGB (Red+Green+Blue) = 9+101+31=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #09651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09651F is #F69AE0. Grayscale: #414141. Windows color (decimal): -16161505 or 2057481. OLE color: 2057481.

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

Color convert

RGB 9 101 31 -
CMYK 0.91 0 0.69 0.60
HSL 134.35º 0.84% 0.22% -
HSV(B) 134.35º 0.91% 0.4% -
XYZ 5.01 9.46 2.86 -
YUV 65.51 108.52 87.69 -
System Red Green Blue C M Y K H S L
Decimal 9 101 31 0.91 0 0.69 0.60 134.35 0.84 0.22
Hex 9 65 1F 5B 0 45 3C 86 54 16
Octal 11 145 37 133 0 105 74 206 124 26
Binary 1001 1100101 11111 1011011 0 1000101 111100 10000110 1010100 10110

Color Harmonies of #09651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09651F

Black with #09651F

Text Example


Text Example

White with #09651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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