Html Css Color HEX #634A46 Congo Brown

📋 copy color: '#634A46'

red 99 ◦ green 74 ◦ blue 70

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

Shades of Congo Brown #634A46

Tints of Congo Brown #634A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 40.74%
G = 30.45%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634A46 (or 0x634A46) is known color: Congo Brown. HEX triplet: 63, 4A and 46. RGB value is (99,74,70). Sum of RGB (Red+Green+Blue) = 99+74+70=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #634A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A46 is #9CB5B9. Grayscale: #515151. Windows color (decimal): -10270138 or 4606563. OLE color: 4606563.

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

Color convert

RGB 99 74 70 -
CMYK 0 0.25 0.29 0.61
HSL 8.28º 0.17% 0.33% -
HSV(B) 8.28º 0.29% 0.39% -
XYZ 8.7 7.99 6.88 -
YUV 81.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 99 74 70 0 0.25 0.29 0.61 8.28 0.17 0.33
Hex 63 4A 46 0 19 1D 3D 8 11 21
Octal 143 112 106 0 31 35 75 10 21 41
Binary 1100011 1001010 1000110 0 11001 11101 111101 1000 10001 100001

Color Harmonies of #634A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A46

Black with #634A46

Text Example


Text Example

White with #634A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,74,70); }

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

background-color css

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

 a { background-color: rgb(99,74,70); }

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

border-color css

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

 span { border-color: rgb(99,74,70); }

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