Html Css Color HEX #634E25 Bronze Olive

📋 copy color: '#634E25'

red 99 ◦ green 78 ◦ blue 37

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

Shades of Bronze Olive #634E25

Tints of Bronze Olive #634E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 46.26%
G = 36.45%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#634E25 (or 0x634E25) is known color: Bronze Olive. HEX triplet: 63, 4E and 25. RGB value is (99,78,37). Sum of RGB (Red+Green+Blue) = 99+78+37=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E25 is #9CB1DA. Grayscale: #4F4F4F. Windows color (decimal): -10269147 or 2444899. OLE color: 2444899.

HSL color Cylindrical-coordinate representation of color #634E25: hue angle of 39.68º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634E25 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 78 37 -
CMYK 0 0.21 0.63 0.61
HSL 39.68º 0.46% 0.27% -
HSV(B) 39.68º 0.63% 0.39% -
XYZ 8.2 8.24 2.91 -
YUV 79.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 99 78 37 0 0.21 0.63 0.61 39.68 0.46 0.27
Hex 63 4E 25 0 15 3F 3D 28 2E 1B
Octal 143 116 45 0 25 77 75 50 56 33
Binary 1100011 1001110 100101 0 10101 111111 111101 101000 101110 11011

Color Harmonies of #634E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E25

Black with #634E25

Text Example


Text Example

White with #634E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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