Html Css Color HEX #634C1E Bronze Olive

📋 copy color: '#634C1E'

red 99 ◦ green 76 ◦ blue 30

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

Shades of Bronze Olive #634C1E

Tints of Bronze Olive #634C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 48.29%
G = 37.07%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#634C1E (or 0x634C1E) is known color: Bronze Olive. HEX triplet: 63, 4C and 1E. RGB value is (99,76,30). Sum of RGB (Red+Green+Blue) = 99+76+30=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #634C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C1E is #9CB3E1. Grayscale: #4D4D4D. Windows color (decimal): -10269666 or 1985635. OLE color: 1985635.

HSL color Cylindrical-coordinate representation of color #634C1E: hue angle of 40º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634C1E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 30 -
CMYK 0 0.23 0.70 0.61
HSL 40º 0.53% 0.25% -
HSV(B) 40º 0.7% 0.39% -
XYZ 7.96 7.92 2.34 -
YUV 77.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 99 76 30 0 0.23 0.70 0.61 40 0.53 0.25
Hex 63 4C 1E 0 17 46 3D 28 35 19
Octal 143 114 36 0 27 106 75 50 65 31
Binary 1100011 1001100 11110 0 10111 1000110 111101 101000 110101 11001

Color Harmonies of #634C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C1E

Black with #634C1E

Text Example


Text Example

White with #634C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,30); }

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

background-color css

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

 a { background-color: rgb(99,76,30); }

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

border-color css

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

 span { border-color: rgb(99,76,30); }

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