Html Css Color HEX #634140 Woody Brown

📋 copy color: '#634140'

red 99 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #634140

Tints of Woody Brown #634140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 43.42%
G = 28.51%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#634140 (or 0x634140) is known color: Woody Brown. HEX triplet: 63, 41 and 40. RGB value is (99,65,64). Sum of RGB (Red+Green+Blue) = 99+65+64=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634140 is #9CBEBF. Grayscale: #4B4B4B. Windows color (decimal): -10272448 or 4211043. OLE color: 4211043.

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

Color convert

RGB 99 65 64 -
CMYK 0 0.34 0.35 0.61
HSL 1.71º 0.21% 0.32% -
HSV(B) 1.71º 0.35% 0.39% -
XYZ 7.96 6.8 5.74 -
YUV 75.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 99 65 64 0 0.34 0.35 0.61 1.71 0.21 0.32
Hex 63 41 40 0 22 23 3D 2 15 20
Octal 143 101 100 0 42 43 75 2 25 40
Binary 1100011 1000001 1000000 0 100010 100011 111101 10 10101 100000

Color Harmonies of #634140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634140

Black with #634140

Text Example


Text Example

White with #634140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634140; }

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

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

background-color css

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

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

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

border-color css

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

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

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