Html Css Color HEX #634240 Woody Brown

📋 copy color: '#634240'

red 99 ◦ green 66 ◦ blue 64

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

Shades of Woody Brown #634240

Tints of Woody Brown #634240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 43.23%
G = 28.82%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#634240 (or 0x634240) is known color: Woody Brown. HEX triplet: 63, 42 and 40. RGB value is (99,66,64). Sum of RGB (Red+Green+Blue) = 99+66+64=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634240 is #9CBDBF. Grayscale: #4B4B4B. Windows color (decimal): -10272192 or 4211299. OLE color: 4211299.

HSL color Cylindrical-coordinate representation of color #634240: hue angle of 3.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634240 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 66 64 -
CMYK 0 0.33 0.35 0.61
HSL 3.43º 0.21% 0.32% -
HSV(B) 3.43º 0.35% 0.39% -
XYZ 8.02 6.92 5.76 -
YUV 75.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 99 66 64 0 0.33 0.35 0.61 3.43 0.21 0.32
Hex 63 42 40 0 21 23 3D 3 15 20
Octal 143 102 100 0 41 43 75 3 25 40
Binary 1100011 1000010 1000000 0 100001 100011 111101 11 10101 100000

Color Harmonies of #634240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634240

Black with #634240

Text Example


Text Example

White with #634240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634240; }

 p { color: rgb(99,66,64); }

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

background-color css

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

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

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

border-color css

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

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

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