Html Css Color HEX #634646 Woody Brown

📋 copy color: '#634646'

red 99 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #634646

Tints of Woody Brown #634646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 41.42%
G = 29.29%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#634646 (or 0x634646) is known color: Woody Brown. HEX triplet: 63, 46 and 46. RGB value is (99,70,70). Sum of RGB (Red+Green+Blue) = 99+70+70=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634646 is #9CB9B9. Grayscale: #4E4E4E. Windows color (decimal): -10271162 or 4605539. OLE color: 4605539.

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

Color convert

RGB 99 70 70 -
CMYK 0 0.29 0.29 0.61
HSL 0.17% 0.33% -
HSV(B) 0.29% 0.39% -
XYZ 8.44 7.48 6.79 -
YUV 78.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 99 70 70 0 0.29 0.29 0.61 0 0.17 0.33
Hex 63 46 46 0 1D 1D 3D 0 11 21
Octal 143 106 106 0 35 35 75 0 21 41
Binary 1100011 1000110 1000110 0 11101 11101 111101 0 10001 100001

Color Harmonies of #634646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634646

Black with #634646

Text Example


Text Example

White with #634646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634646; }

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

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

background-color css

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

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

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

border-color css

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

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

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