Html Css Color HEX #605322 Bronze Olive

📋 copy color: '#605322'

red 96 ◦ green 83 ◦ blue 34

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

Shades of Bronze Olive #605322

Tints of Bronze Olive #605322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 45.07%
G = 38.97%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#605322 (or 0x605322) is known color: Bronze Olive. HEX triplet: 60, 53 and 22. RGB value is (96,83,34). Sum of RGB (Red+Green+Blue) = 96+83+34=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #605322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605322 is #9FACDD. Grayscale: #515151. Windows color (decimal): -10464478 or 2249568. OLE color: 2249568.

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

Color convert

RGB 96 83 34 -
CMYK 0 0.14 0.65 0.62
HSL 47.42º 0.48% 0.25% -
HSV(B) 47.42º 0.65% 0.38% -
XYZ 8.21 8.79 2.78 -
YUV 81.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 96 83 34 0 0.14 0.65 0.62 47.42 0.48 0.25
Hex 60 53 22 0 E 41 3E 2F 30 19
Octal 140 123 42 0 16 101 76 57 60 31
Binary 1100000 1010011 100010 0 1110 1000001 111110 101111 110000 11001

Color Harmonies of #605322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605322

Black with #605322

Text Example


Text Example

White with #605322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605322; }

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

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

background-color css

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

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

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

border-color css

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

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

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