Html Css Color HEX #605612 Bronze Olive

📋 copy color: '#605612'

red 96 ◦ green 86 ◦ blue 18

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

Shades of Bronze Olive #605612

Tints of Bronze Olive #605612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

 BLUE value IS 18 (7.42% from 255) = 9%

R = 48%
G = 43%
B = 9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#605612 (or 0x605612) is known color: Bronze Olive. HEX triplet: 60, 56 and 12. RGB value is (96,86,18). Sum of RGB (Red+Green+Blue) = 96+86+18=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605612 is #9FA9ED. Grayscale: #515151. Windows color (decimal): -10463726 or 1201760. OLE color: 1201760.

HSL color Cylindrical-coordinate representation of color #605612: hue angle of 52.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #605612 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 86 18 -
CMYK 0 0.10 0.81 0.62
HSL 52.31º 0.68% 0.22% -
HSV(B) 52.31º 0.81% 0.38% -
XYZ 8.26 9.19 1.91 -
YUV 81.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 96 86 18 0 0.10 0.81 0.62 52.31 0.68 0.22
Hex 60 56 12 0 A 51 3E 34 44 16
Octal 140 126 22 0 12 121 76 64 104 26
Binary 1100000 1010110 10010 0 1010 1010001 111110 110100 1000100 10110

Color Harmonies of #605612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605612

Black with #605612

Text Example


Text Example

White with #605612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605612; }

 p { color: rgb(96,86,18); }

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

background-color css

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

 a { background-color: rgb(96,86,18); }

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

border-color css

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

 span { border-color: rgb(96,86,18); }

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