Html Css Color HEX #634421 Dark Brown

📋 copy color: '#634421'

red 99 ◦ green 68 ◦ blue 33

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

Shades of Dark Brown #634421

Tints of Dark Brown #634421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 49.5%
G = 34%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#634421 (or 0x634421) is known color: Dark Brown. HEX triplet: 63, 44 and 21. RGB value is (99,68,33). Sum of RGB (Red+Green+Blue) = 99+68+33=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #634421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634421 is #9CBBDE. Grayscale: #494949. Windows color (decimal): -10271711 or 2180195. OLE color: 2180195.

HSL color Cylindrical-coordinate representation of color #634421: hue angle of 31.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634421 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 68 33 -
CMYK 0 0.31 0.67 0.61
HSL 31.82º 0.5% 0.26% -
HSV(B) 31.82º 0.67% 0.39% -
XYZ 7.49 6.9 2.38 -
YUV 73.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 99 68 33 0 0.31 0.67 0.61 31.82 0.5 0.26
Hex 63 44 21 0 1F 43 3D 20 32 1A
Octal 143 104 41 0 37 103 75 40 62 32
Binary 1100011 1000100 100001 0 11111 1000011 111101 100000 110010 11010

Color Harmonies of #634421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634421

Black with #634421

Text Example


Text Example

White with #634421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634421; }

 p { color: rgb(99,68,33); }

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

background-color css

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

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

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

border-color css

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

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

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