Html Css Color HEX #635220 Bronze Olive

📋 copy color: '#635220'

red 99 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #635220

Tints of Bronze Olive #635220

RGB

 RED value IS 99 (39.06% from 255) = 46.48%

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

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 46.48%
G = 38.5%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#635220 (or 0x635220) is known color: Bronze Olive. HEX triplet: 63, 52 and 20. RGB value is (99,82,32). Sum of RGB (Red+Green+Blue) = 99+82+32=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #635220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635220 is #9CADDF. Grayscale: #515151. Windows color (decimal): -10268128 or 2118243. OLE color: 2118243.

HSL color Cylindrical-coordinate representation of color #635220: hue angle of 44.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #635220 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 32 -
CMYK 0 0.17 0.68 0.61
HSL 44.78º 0.51% 0.26% -
HSV(B) 44.78º 0.68% 0.39% -
XYZ 8.42 8.79 2.62 -
YUV 81.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 99 82 32 0 0.17 0.68 0.61 44.78 0.51 0.26
Hex 63 52 20 0 11 44 3D 2D 33 1A
Octal 143 122 40 0 21 104 75 55 63 32
Binary 1100011 1010010 100000 0 10001 1000100 111101 101101 110011 11010

Color Harmonies of #635220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635220

Black with #635220

Text Example


Text Example

White with #635220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635220; }

 p { color: rgb(99,82,32); }

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

background-color css

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

 a { background-color: rgb(99,82,32); }

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

border-color css

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

 span { border-color: rgb(99,82,32); }

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