Html Css Color HEX #065513 Crusoe

📋 copy color: '#065513'

red 6 ◦ green 85 ◦ blue 19

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

Shades of Crusoe #065513

Tints of Crusoe #065513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 77.27%

 BLUE value IS 19 (7.81% from 255) = 17.27%

R = 5.45%
G = 77.27%
B = 17.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#065513 (or 0x065513) is known color: Crusoe. HEX triplet: 06, 55 and 13. RGB value is (6,85,19). Sum of RGB (Red+Green+Blue) = 6+85+19=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #065513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065513 is #F9AAEC. Grayscale: #363636. Windows color (decimal): -16362221 or 1266950. OLE color: 1266950.

HSL color Cylindrical-coordinate representation of color #065513: hue angle of 129.87º 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 #065513 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 19 -
CMYK 0.93 0 0.78 0.67
HSL 129.87º 0.87% 0.18% -
HSV(B) 129.87º 0.93% 0.33% -
XYZ 3.44 6.58 1.71 -
YUV 53.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 6 85 19 0.93 0 0.78 0.67 129.87 0.87 0.18
Hex 6 55 13 5D 0 4E 43 82 57 12
Octal 6 125 23 135 0 116 103 202 127 22
Binary 110 1010101 10011 1011101 0 1001110 1000011 10000010 1010111 10010

Color Harmonies of #065513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065513

Black with #065513

Text Example


Text Example

White with #065513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065513; }

 p { color: rgb(6,85,19); }

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

background-color css

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

 a { background-color: rgb(6,85,19); }

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

border-color css

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

 span { border-color: rgb(6,85,19); }

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