Html Css Color HEX #634F20 Bronze Olive

📋 copy color: '#634F20'

red 99 ◦ green 79 ◦ blue 32

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

Shades of Bronze Olive #634F20

Tints of Bronze Olive #634F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 47.14%
G = 37.62%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#634F20 (or 0x634F20) is known color: Bronze Olive. HEX triplet: 63, 4F and 20. RGB value is (99,79,32). Sum of RGB (Red+Green+Blue) = 99+79+32=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #634F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F20 is #9CB0DF. Grayscale: #4F4F4F. Windows color (decimal): -10268896 or 2117475. OLE color: 2117475.

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

Color convert

RGB 99 79 32 -
CMYK 0 0.20 0.68 0.61
HSL 42.09º 0.51% 0.26% -
HSV(B) 42.09º 0.68% 0.39% -
XYZ 8.2 8.35 2.55 -
YUV 79.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 99 79 32 0 0.20 0.68 0.61 42.09 0.51 0.26
Hex 63 4F 20 0 14 44 3D 2A 33 1A
Octal 143 117 40 0 24 104 75 52 63 32
Binary 1100011 1001111 100000 0 10100 1000100 111101 101010 110011 11010

Color Harmonies of #634F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634F20

Black with #634F20

Text Example


Text Example

White with #634F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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