Html Css Color HEX #605316 Bronze Olive

📋 copy color: '#605316'

red 96 ◦ green 83 ◦ blue 22

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

Shades of Bronze Olive #605316

Tints of Bronze Olive #605316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 47.76%
G = 41.29%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#605316 (or 0x605316) is known color: Bronze Olive. HEX triplet: 60, 53 and 16. RGB value is (96,83,22). Sum of RGB (Red+Green+Blue) = 96+83+22=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605316 is #9FACE9. Grayscale: #505050. Windows color (decimal): -10464490 or 1463136. OLE color: 1463136.

HSL color Cylindrical-coordinate representation of color #605316: hue angle of 49.46º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #605316 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 22 -
CMYK 0 0.14 0.77 0.62
HSL 49.46º 0.63% 0.23% -
HSV(B) 49.46º 0.77% 0.38% -
XYZ 8.06 8.73 2.02 -
YUV 79.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 96 83 22 0 0.14 0.77 0.62 49.46 0.63 0.23
Hex 60 53 16 0 E 4D 3E 31 3F 17
Octal 140 123 26 0 16 115 76 61 77 27
Binary 1100000 1010011 10110 0 1110 1001101 111110 110001 111111 10111

Color Harmonies of #605316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605316

Black with #605316

Text Example


Text Example

White with #605316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605316; }

 p { color: rgb(96,83,22); }

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

background-color css

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

 a { background-color: rgb(96,83,22); }

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

border-color css

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

 span { border-color: rgb(96,83,22); }

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