Html Css Color HEX #634D16 Bronze Olive

📋 copy color: '#634D16'

red 99 ◦ green 77 ◦ blue 22

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

Shades of Bronze Olive #634D16

Tints of Bronze Olive #634D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#634D16 (or 0x634D16) is known color: Bronze Olive. HEX triplet: 63, 4D and 16. RGB value is (99,77,22). Sum of RGB (Red+Green+Blue) = 99+77+22=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #634D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D16 is #9CB2E9. Grayscale: #4D4D4D. Windows color (decimal): -10269418 or 1461603. OLE color: 1461603.

HSL color Cylindrical-coordinate representation of color #634D16: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #634D16 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 22 -
CMYK 0 0.22 0.78 0.61
HSL 42.86º 0.64% 0.24% -
HSV(B) 42.86º 0.78% 0.39% -
XYZ 7.94 8.02 1.89 -
YUV 77.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 99 77 22 0 0.22 0.78 0.61 42.86 0.64 0.24
Hex 63 4D 16 0 16 4E 3D 2B 40 18
Octal 143 115 26 0 26 116 75 53 100 30
Binary 1100011 1001101 10110 0 10110 1001110 111101 101011 1000000 11000

Color Harmonies of #634D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D16

Black with #634D16

Text Example


Text Example

White with #634D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,77,22); }

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

background-color css

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

 a { background-color: rgb(99,77,22); }

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

border-color css

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

 span { border-color: rgb(99,77,22); }

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