Html Css Color HEX #605802 Bronze Olive

📋 copy color: '#605802'

red 96 ◦ green 88 ◦ blue 2

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

Shades of Bronze Olive #605802

Tints of Bronze Olive #605802

RGB

 RED value IS 96 (37.89% from 255) = 51.61%

 GREEN value IS 88 (34.77% from 255) = 47.31%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 51.61%
G = 47.31%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#605802 (or 0x605802) is known color: Bronze Olive. HEX triplet: 60, 58 and 02. RGB value is (96,88,2). Sum of RGB (Red+Green+Blue) = 96+88+2=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605802 is #9FA7FD. Grayscale: #505050. Windows color (decimal): -10463230 or 153696. OLE color: 153696.

HSL color Cylindrical-coordinate representation of color #605802: hue angle of 54.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #605802 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 2 -
CMYK 0 0.08 0.98 0.62
HSL 54.89º 0.96% 0.19% -
HSV(B) 54.89º 0.98% 0.38% -
XYZ 8.32 9.47 1.45 -
YUV 80.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 96 88 2 0 0.08 0.98 0.62 54.89 0.96 0.19
Hex 60 58 2 0 8 62 3E 37 60 13
Octal 140 130 2 0 10 142 76 67 140 23
Binary 1100000 1011000 10 0 1000 1100010 111110 110111 1100000 10011

Color Harmonies of #605802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605802

Black with #605802

Text Example


Text Example

White with #605802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605802; }

 p { color: rgb(96,88,2); }

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

background-color css

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

 a { background-color: rgb(96,88,2); }

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

border-color css

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

 span { border-color: rgb(96,88,2); }

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