Html Css Color HEX #065323 Crusoe

📋 copy color: '#065323'

red 6 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #065323

Tints of Crusoe #065323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 4.84%
G = 66.94%
B = 28.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#065323 (or 0x065323) is known color: Crusoe. HEX triplet: 06, 53 and 23. RGB value is (6,83,35). Sum of RGB (Red+Green+Blue) = 6+83+35=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #065323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065323 is #F9ACDC. Grayscale: #363636. Windows color (decimal): -16362717 or 2315014. OLE color: 2315014.

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

Color convert

RGB 6 83 35 -
CMYK 0.93 0 0.58 0.67
HSL 142.6º 0.87% 0.17% -
HSV(B) 142.6º 0.93% 0.33% -
XYZ 3.47 6.35 2.63 -
YUV 54.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 6 83 35 0.93 0 0.58 0.67 142.6 0.87 0.17
Hex 6 53 23 5D 0 3A 43 8F 57 11
Octal 6 123 43 135 0 72 103 217 127 21
Binary 110 1010011 100011 1011101 0 111010 1000011 10001111 1010111 10001

Color Harmonies of #065323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065323

Black with #065323

Text Example


Text Example

White with #065323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065323; }

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

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

background-color css

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

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

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

border-color css

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

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

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