Html Css Color HEX #08641C Crusoe

📋 copy color: '#08641C'

red 8 ◦ green 100 ◦ blue 28

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

Shades of Crusoe #08641C

Tints of Crusoe #08641C

RGB

 RED value IS 8 (3.52% from 255) = 5.88%

 GREEN value IS 100 (39.45% from 255) = 73.53%

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

R = 5.88%
G = 73.53%
B = 20.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#08641C (or 0x08641C) is known color: Crusoe. HEX triplet: 08, 64 and 1C. RGB value is (8,100,28). Sum of RGB (Red+Green+Blue) = 8+100+28=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #08641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08641C is #F79BE3. Grayscale: #404040. Windows color (decimal): -16227300 or 1860616. OLE color: 1860616.

HSL color Cylindrical-coordinate representation of color #08641C: hue angle of 133.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08641C is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 100 28 -
CMYK 0.92 0 0.72 0.61
HSL 133.04º 0.85% 0.21% -
HSV(B) 133.04º 0.92% 0.39% -
XYZ 4.87 9.25 2.63 -
YUV 64.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 8 100 28 0.92 0 0.72 0.61 133.04 0.85 0.21
Hex 8 64 1C 5C 0 48 3D 85 55 15
Octal 10 144 34 134 0 110 75 205 125 25
Binary 1000 1100100 11100 1011100 0 1001000 111101 10000101 1010101 10101

Color Harmonies of #08641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08641C

Black with #08641C

Text Example


Text Example

White with #08641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,100,28); }

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

background-color css

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

 a { background-color: rgb(8,100,28); }

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

border-color css

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

 span { border-color: rgb(8,100,28); }

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