Html Css Color HEX #065314 Crusoe

📋 copy color: '#065314'

red 6 ◦ green 83 ◦ blue 20

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

Shades of Crusoe #065314

Tints of Crusoe #065314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 5.5%
G = 76.15%
B = 18.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#065314 (or 0x065314) is known color: Crusoe. HEX triplet: 06, 53 and 14. RGB value is (6,83,20). Sum of RGB (Red+Green+Blue) = 6+83+20=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #065314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065314 is #F9ACEB. Grayscale: #343434. Windows color (decimal): -16362732 or 1331974. OLE color: 1331974.

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

Color convert

RGB 6 83 20 -
CMYK 0.93 0 0.76 0.67
HSL 130.91º 0.87% 0.17% -
HSV(B) 130.91º 0.93% 0.33% -
XYZ 3.29 6.28 1.7 -
YUV 52.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 6 83 20 0.93 0 0.76 0.67 130.91 0.87 0.17
Hex 6 53 14 5D 0 4C 43 83 57 11
Octal 6 123 24 135 0 114 103 203 127 21
Binary 110 1010011 10100 1011101 0 1001100 1000011 10000011 1010111 10001

Color Harmonies of #065314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065314

Black with #065314

Text Example


Text Example

White with #065314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065314; }

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

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

background-color css

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

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

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

border-color css

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

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

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