Html Css Color HEX #635322 Bronze Olive

📋 copy color: '#635322'

red 99 ◦ green 83 ◦ blue 34

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

Shades of Bronze Olive #635322

Tints of Bronze Olive #635322

RGB

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

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

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

R = 45.83%
G = 38.43%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#635322 (or 0x635322) is known color: Bronze Olive. HEX triplet: 63, 53 and 22. RGB value is (99,83,34). Sum of RGB (Red+Green+Blue) = 99+83+34=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #635322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635322 is #9CACDD. Grayscale: #525252. Windows color (decimal): -10267870 or 2249571. OLE color: 2249571.

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

Color convert

RGB 99 83 34 -
CMYK 0 0.16 0.66 0.61
HSL 45.23º 0.49% 0.26% -
HSV(B) 45.23º 0.66% 0.39% -
XYZ 8.53 8.95 2.79 -
YUV 82.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 99 83 34 0 0.16 0.66 0.61 45.23 0.49 0.26
Hex 63 53 22 0 10 42 3D 2D 31 1A
Octal 143 123 42 0 20 102 75 55 61 32
Binary 1100011 1010011 100010 0 10000 1000010 111101 101101 110001 11010

Color Harmonies of #635322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635322

Black with #635322

Text Example


Text Example

White with #635322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635322; }

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

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

background-color css

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

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

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

border-color css

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

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

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