Html Css Color HEX #634D1E Bronze Olive

📋 copy color: '#634D1E'

red 99 ◦ green 77 ◦ blue 30

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

Shades of Bronze Olive #634D1E

Tints of Bronze Olive #634D1E

RGB

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

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

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

R = 48.06%
G = 37.38%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#634D1E (or 0x634D1E) is known color: Bronze Olive. HEX triplet: 63, 4D and 1E. RGB value is (99,77,30). Sum of RGB (Red+Green+Blue) = 99+77+30=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #634D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D1E is #9CB2E1. Grayscale: #4E4E4E. Windows color (decimal): -10269410 or 1985891. OLE color: 1985891.

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

Color convert

RGB 99 77 30 -
CMYK 0 0.22 0.70 0.61
HSL 40.87º 0.53% 0.25% -
HSV(B) 40.87º 0.7% 0.39% -
XYZ 8.03 8.05 2.36 -
YUV 78.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 99 77 30 0 0.22 0.70 0.61 40.87 0.53 0.25
Hex 63 4D 1E 0 16 46 3D 29 35 19
Octal 143 115 36 0 26 106 75 51 65 31
Binary 1100011 1001101 11110 0 10110 1000110 111101 101001 110101 11001

Color Harmonies of #634D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D1E

Black with #634D1E

Text Example


Text Example

White with #634D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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