Html Css Color HEX #635320 Bronze Olive

📋 copy color: '#635320'

red 99 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #635320

Tints of Bronze Olive #635320

RGB

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

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

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

R = 46.26%
G = 38.79%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#635320 (or 0x635320) is known color: Bronze Olive. HEX triplet: 63, 53 and 20. RGB value is (99,83,32). Sum of RGB (Red+Green+Blue) = 99+83+32=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #635320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635320 is #9CACDF. Grayscale: #525252. Windows color (decimal): -10267872 or 2118499. OLE color: 2118499.

HSL color Cylindrical-coordinate representation of color #635320: hue angle of 45.67º 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 #635320 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 32 -
CMYK 0 0.16 0.68 0.61
HSL 45.67º 0.51% 0.26% -
HSV(B) 45.67º 0.68% 0.39% -
XYZ 8.5 8.94 2.64 -
YUV 81.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 99 83 32 0 0.16 0.68 0.61 45.67 0.51 0.26
Hex 63 53 20 0 10 44 3D 2E 33 1A
Octal 143 123 40 0 20 104 75 56 63 32
Binary 1100011 1010011 100000 0 10000 1000100 111101 101110 110011 11010

Color Harmonies of #635320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635320

Black with #635320

Text Example


Text Example

White with #635320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635320; }

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

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

background-color css

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

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

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

border-color css

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

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

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