Html Css Color HEX #065415 Crusoe

📋 copy color: '#065415'

red 6 ◦ green 84 ◦ blue 21

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

Shades of Crusoe #065415

Tints of Crusoe #065415

RGB

 RED value IS 6 (2.73% from 255) = 5.41%

 GREEN value IS 84 (33.2% from 255) = 75.68%

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 5.41%
G = 75.68%
B = 18.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#065415 (or 0x065415) is known color: Crusoe. HEX triplet: 06, 54 and 15. RGB value is (6,84,21). Sum of RGB (Red+Green+Blue) = 6+84+21=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #065415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065415 is #F9ABEA. Grayscale: #353535. Windows color (decimal): -16362475 or 1397766. OLE color: 1397766.

HSL color Cylindrical-coordinate representation of color #065415: hue angle of 131.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065415 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 21 -
CMYK 0.93 0 0.75 0.67
HSL 131.54º 0.87% 0.18% -
HSV(B) 131.54º 0.93% 0.33% -
XYZ 3.38 6.43 1.77 -
YUV 53.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 6 84 21 0.93 0 0.75 0.67 131.54 0.87 0.18
Hex 6 54 15 5D 0 4B 43 84 57 12
Octal 6 124 25 135 0 113 103 204 127 22
Binary 110 1010100 10101 1011101 0 1001011 1000011 10000100 1010111 10010

Color Harmonies of #065415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065415

Black with #065415

Text Example


Text Example

White with #065415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065415; }

 p { color: rgb(6,84,21); }

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

background-color css

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

 a { background-color: rgb(6,84,21); }

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

border-color css

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

 span { border-color: rgb(6,84,21); }

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