Html Css Color HEX #634E24 Bronze Olive

📋 copy color: '#634E24'

red 99 ◦ green 78 ◦ blue 36

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

Shades of Bronze Olive #634E24

Tints of Bronze Olive #634E24

RGB

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

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

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

R = 46.48%
G = 36.62%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#634E24 (or 0x634E24) is known color: Bronze Olive. HEX triplet: 63, 4E and 24. RGB value is (99,78,36). Sum of RGB (Red+Green+Blue) = 99+78+36=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E24 is #9CB1DB. Grayscale: #4F4F4F. Windows color (decimal): -10269148 or 2379363. OLE color: 2379363.

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

Color convert

RGB 99 78 36 -
CMYK 0 0.21 0.64 0.61
HSL 40º 0.47% 0.26% -
HSV(B) 40º 0.64% 0.39% -
XYZ 8.19 8.23 2.83 -
YUV 79.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 99 78 36 0 0.21 0.64 0.61 40 0.47 0.26
Hex 63 4E 24 0 15 40 3D 28 2F 1A
Octal 143 116 44 0 25 100 75 50 57 32
Binary 1100011 1001110 100100 0 10101 1000000 111101 101000 101111 11010

Color Harmonies of #634E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E24

Black with #634E24

Text Example


Text Example

White with #634E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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