Html Css Color HEX #634D24 Bronze Olive

📋 copy color: '#634D24'

red 99 ◦ green 77 ◦ blue 36

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

Shades of Bronze Olive #634D24

Tints of Bronze Olive #634D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 46.7%
G = 36.32%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#634D24 (or 0x634D24) is known color: Bronze Olive. HEX triplet: 63, 4D and 24. RGB value is (99,77,36). Sum of RGB (Red+Green+Blue) = 99+77+36=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D24 is #9CB2DB. Grayscale: #4F4F4F. Windows color (decimal): -10269404 or 2379107. OLE color: 2379107.

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

Color convert

RGB 99 77 36 -
CMYK 0 0.22 0.64 0.61
HSL 39.05º 0.47% 0.26% -
HSV(B) 39.05º 0.64% 0.39% -
XYZ 8.12 8.09 2.8 -
YUV 78.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 99 77 36 0 0.22 0.64 0.61 39.05 0.47 0.26
Hex 63 4D 24 0 16 40 3D 27 2F 1A
Octal 143 115 44 0 26 100 75 47 57 32
Binary 1100011 1001101 100100 0 10110 1000000 111101 100111 101111 11010

Color Harmonies of #634D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D24

Black with #634D24

Text Example


Text Example

White with #634D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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