Html Css Color HEX #634946 Congo Brown

📋 copy color: '#634946'

red 99 ◦ green 73 ◦ blue 70

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

Shades of Congo Brown #634946

Tints of Congo Brown #634946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 40.91%
G = 30.17%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634946 (or 0x634946) is known color: Congo Brown. HEX triplet: 63, 49 and 46. RGB value is (99,73,70). Sum of RGB (Red+Green+Blue) = 99+73+70=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #634946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634946 is #9CB6B9. Grayscale: #505050. Windows color (decimal): -10270394 or 4606307. OLE color: 4606307.

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

Color convert

RGB 99 73 70 -
CMYK 0 0.26 0.29 0.61
HSL 6.21º 0.17% 0.33% -
HSV(B) 6.21º 0.29% 0.39% -
XYZ 8.63 7.86 6.86 -
YUV 80.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 99 73 70 0 0.26 0.29 0.61 6.21 0.17 0.33
Hex 63 49 46 0 1A 1D 3D 6 11 21
Octal 143 111 106 0 32 35 75 6 21 41
Binary 1100011 1001001 1000110 0 11010 11101 111101 110 10001 100001

Color Harmonies of #634946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634946

Black with #634946

Text Example


Text Example

White with #634946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634946; }

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

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

background-color css

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

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

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

border-color css

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

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

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