Html Css Color HEX #634C46 Congo Brown

📋 copy color: '#634C46'

red 99 ◦ green 76 ◦ blue 70

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

Shades of Congo Brown #634C46

Tints of Congo Brown #634C46

RGB

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

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

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

R = 40.41%
G = 31.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634C46 (or 0x634C46) is known color: Congo Brown. HEX triplet: 63, 4C and 46. RGB value is (99,76,70). Sum of RGB (Red+Green+Blue) = 99+76+70=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C46 is #9CB3B9. Grayscale: #525252. Windows color (decimal): -10269626 or 4607075. OLE color: 4607075.

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

Color convert

RGB 99 76 70 -
CMYK 0 0.23 0.29 0.61
HSL 12.41º 0.17% 0.33% -
HSV(B) 12.41º 0.29% 0.39% -
XYZ 8.84 8.26 6.92 -
YUV 82.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 99 76 70 0 0.23 0.29 0.61 12.41 0.17 0.33
Hex 63 4C 46 0 17 1D 3D C 11 21
Octal 143 114 106 0 27 35 75 14 21 41
Binary 1100011 1001100 1000110 0 10111 11101 111101 1100 10001 100001

Color Harmonies of #634C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C46

Black with #634C46

Text Example


Text Example

White with #634C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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