Html Css Color HEX #635224 Bronze Olive

📋 copy color: '#635224'

red 99 ◦ green 82 ◦ blue 36

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

Shades of Bronze Olive #635224

Tints of Bronze Olive #635224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 45.62%
G = 37.79%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#635224 (or 0x635224) is known color: Bronze Olive. HEX triplet: 63, 52 and 24. RGB value is (99,82,36). Sum of RGB (Red+Green+Blue) = 99+82+36=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #635224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635224 is #9CADDB. Grayscale: #525252. Windows color (decimal): -10268124 or 2380387. OLE color: 2380387.

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

Color convert

RGB 99 82 36 -
CMYK 0 0.17 0.64 0.61
HSL 43.81º 0.47% 0.26% -
HSV(B) 43.81º 0.64% 0.39% -
XYZ 8.48 8.81 2.92 -
YUV 81.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 99 82 36 0 0.17 0.64 0.61 43.81 0.47 0.26
Hex 63 52 24 0 11 40 3D 2C 2F 1A
Octal 143 122 44 0 21 100 75 54 57 32
Binary 1100011 1010010 100100 0 10001 1000000 111101 101100 101111 11010

Color Harmonies of #635224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635224

Black with #635224

Text Example


Text Example

White with #635224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635224; }

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

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

background-color css

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

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

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

border-color css

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

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

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