Html Css Color HEX #634D17 Bronze Olive

📋 copy color: '#634D17'

red 99 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #634D17

Tints of Bronze Olive #634D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 49.75%
G = 38.69%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#634D17 (or 0x634D17) is known color: Bronze Olive. HEX triplet: 63, 4D and 17. RGB value is (99,77,23). Sum of RGB (Red+Green+Blue) = 99+77+23=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D17 is #9CB2E8. Grayscale: #4D4D4D. Windows color (decimal): -10269417 or 1527139. OLE color: 1527139.

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

Color convert

RGB 99 77 23 -
CMYK 0 0.22 0.77 0.61
HSL 42.63º 0.62% 0.24% -
HSV(B) 42.63º 0.77% 0.39% -
XYZ 7.95 8.02 1.94 -
YUV 77.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 99 77 23 0 0.22 0.77 0.61 42.63 0.62 0.24
Hex 63 4D 17 0 16 4D 3D 2B 3E 18
Octal 143 115 27 0 26 115 75 53 76 30
Binary 1100011 1001101 10111 0 10110 1001101 111101 101011 111110 11000

Color Harmonies of #634D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D17

Black with #634D17

Text Example


Text Example

White with #634D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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