Html Css Color HEX #634E20 Bronze Olive

📋 copy color: '#634E20'

red 99 ◦ green 78 ◦ blue 32

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

Shades of Bronze Olive #634E20

Tints of Bronze Olive #634E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.32%

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

R = 47.37%
G = 37.32%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#634E20 (or 0x634E20) is known color: Bronze Olive. HEX triplet: 63, 4E and 20. RGB value is (99,78,32). Sum of RGB (Red+Green+Blue) = 99+78+32=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #634E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E20 is #9CB1DF. Grayscale: #4F4F4F. Windows color (decimal): -10269152 or 2117219. OLE color: 2117219.

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

Color convert

RGB 99 78 32 -
CMYK 0 0.21 0.68 0.61
HSL 41.19º 0.51% 0.26% -
HSV(B) 41.19º 0.68% 0.39% -
XYZ 8.13 8.21 2.52 -
YUV 79.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 99 78 32 0 0.21 0.68 0.61 41.19 0.51 0.26
Hex 63 4E 20 0 15 44 3D 29 33 1A
Octal 143 116 40 0 25 104 75 51 63 32
Binary 1100011 1001110 100000 0 10101 1000100 111101 101001 110011 11010

Color Harmonies of #634E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E20

Black with #634E20

Text Example


Text Example

White with #634E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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