Html Css Color HEX #634320 Dark Brown

📋 copy color: '#634320'

red 99 ◦ green 67 ◦ blue 32

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

Shades of Dark Brown #634320

Tints of Dark Brown #634320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 50%
G = 33.84%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#634320 (or 0x634320) is known color: Dark Brown. HEX triplet: 63, 43 and 20. RGB value is (99,67,32). Sum of RGB (Red+Green+Blue) = 99+67+32=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #634320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634320 is #9CBCDF. Grayscale: #484848. Windows color (decimal): -10271968 or 2114403. OLE color: 2114403.

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

Color convert

RGB 99 67 32 -
CMYK 0 0.32 0.68 0.61
HSL 31.34º 0.51% 0.26% -
HSV(B) 31.34º 0.68% 0.39% -
XYZ 7.41 6.77 2.28 -
YUV 72.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 99 67 32 0 0.32 0.68 0.61 31.34 0.51 0.26
Hex 63 43 20 0 20 44 3D 1F 33 1A
Octal 143 103 40 0 40 104 75 37 63 32
Binary 1100011 1000011 100000 0 100000 1000100 111101 11111 110011 11010

Color Harmonies of #634320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634320

Black with #634320

Text Example


Text Example

White with #634320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634320; }

 p { color: rgb(99,67,32); }

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

background-color css

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

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

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

border-color css

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

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

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