Html Css Color HEX #065317 Crusoe

📋 copy color: '#065317'

red 6 ◦ green 83 ◦ blue 23

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

Shades of Crusoe #065317

Tints of Crusoe #065317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 74.11%

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 5.36%
G = 74.11%
B = 20.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#065317 (or 0x065317) is known color: Crusoe. HEX triplet: 06, 53 and 17. RGB value is (6,83,23). Sum of RGB (Red+Green+Blue) = 6+83+23=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #065317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065317 is #F9ACE8. Grayscale: #353535. Windows color (decimal): -16362729 or 1528582. OLE color: 1528582.

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

Color convert

RGB 6 83 23 -
CMYK 0.93 0 0.72 0.67
HSL 133.25º 0.87% 0.17% -
HSV(B) 133.25º 0.93% 0.33% -
XYZ 3.32 6.29 1.85 -
YUV 53.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 6 83 23 0.93 0 0.72 0.67 133.25 0.87 0.17
Hex 6 53 17 5D 0 48 43 85 57 11
Octal 6 123 27 135 0 110 103 205 127 21
Binary 110 1010011 10111 1011101 0 1001000 1000011 10000101 1010111 10001

Color Harmonies of #065317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065317

Black with #065317

Text Example


Text Example

White with #065317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065317; }

 p { color: rgb(6,83,23); }

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

background-color css

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

 a { background-color: rgb(6,83,23); }

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

border-color css

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

 span { border-color: rgb(6,83,23); }

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