Html Css Color HEX #634C1B Bronze Olive

📋 copy color: '#634C1B'

red 99 ◦ green 76 ◦ blue 27

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

Shades of Bronze Olive #634C1B

Tints of Bronze Olive #634C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 49.01%
G = 37.62%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#634C1B (or 0x634C1B) is known color: Bronze Olive. HEX triplet: 63, 4C and 1B. RGB value is (99,76,27). Sum of RGB (Red+Green+Blue) = 99+76+27=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #634C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C1B is #9CB3E4. Grayscale: #4D4D4D. Windows color (decimal): -10269669 or 1789027. OLE color: 1789027.

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

Color convert

RGB 99 76 27 -
CMYK 0 0.23 0.73 0.61
HSL 40.83º 0.57% 0.25% -
HSV(B) 40.83º 0.73% 0.39% -
XYZ 7.93 7.9 2.14 -
YUV 77.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 99 76 27 0 0.23 0.73 0.61 40.83 0.57 0.25
Hex 63 4C 1B 0 17 49 3D 29 39 19
Octal 143 114 33 0 27 111 75 51 71 31
Binary 1100011 1001100 11011 0 10111 1001001 111101 101001 111001 11001

Color Harmonies of #634C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C1B

Black with #634C1B

Text Example


Text Example

White with #634C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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