Html Css Color HEX #605221 Bronze Olive

📋 copy color: '#605221'

red 96 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #605221

Tints of Bronze Olive #605221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 45.5%
G = 38.86%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#605221 (or 0x605221) is known color: Bronze Olive. HEX triplet: 60, 52 and 21. RGB value is (96,82,33). Sum of RGB (Red+Green+Blue) = 96+82+33=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605221 is #9FADDE. Grayscale: #505050. Windows color (decimal): -10464735 or 2183776. OLE color: 2183776.

HSL color Cylindrical-coordinate representation of color #605221: hue angle of 46.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #605221 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 33 -
CMYK 0 0.15 0.66 0.62
HSL 46.67º 0.49% 0.25% -
HSV(B) 46.67º 0.66% 0.38% -
XYZ 8.12 8.63 2.68 -
YUV 80.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 96 82 33 0 0.15 0.66 0.62 46.67 0.49 0.25
Hex 60 52 21 0 F 42 3E 2F 31 19
Octal 140 122 41 0 17 102 76 57 61 31
Binary 1100000 1010010 100001 0 1111 1000010 111110 101111 110001 11001

Color Harmonies of #605221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605221

Black with #605221

Text Example


Text Example

White with #605221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605221; }

 p { color: rgb(96,82,33); }

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

background-color css

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

 a { background-color: rgb(96,82,33); }

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

border-color css

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

 span { border-color: rgb(96,82,33); }

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