Html Css Color HEX #634B49 Congo Brown

📋 copy color: '#634B49'

red 99 ◦ green 75 ◦ blue 73

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

Shades of Congo Brown #634B49

Tints of Congo Brown #634B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 40.08%
G = 30.36%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#634B49 (or 0x634B49) is known color: Congo Brown. HEX triplet: 63, 4B and 49. RGB value is (99,75,73). Sum of RGB (Red+Green+Blue) = 99+75+73=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B49 is #9CB4B6. Grayscale: #515151. Windows color (decimal): -10269879 or 4803427. OLE color: 4803427.

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

Color convert

RGB 99 75 73 -
CMYK 0 0.24 0.26 0.61
HSL 4.62º 0.15% 0.34% -
HSV(B) 4.62º 0.26% 0.39% -
XYZ 8.86 8.17 7.41 -
YUV 81.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 99 75 73 0 0.24 0.26 0.61 4.62 0.15 0.34
Hex 63 4B 49 0 18 1A 3D 5 F 22
Octal 143 113 111 0 30 32 75 5 17 42
Binary 1100011 1001011 1001001 0 11000 11010 111101 101 1111 100010

Color Harmonies of #634B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B49

Black with #634B49

Text Example


Text Example

White with #634B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,75,73); }

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

background-color css

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

 a { background-color: rgb(99,75,73); }

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

border-color css

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

 span { border-color: rgb(99,75,73); }

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