Html Css Color HEX #634920 Dark Brown

📋 copy color: '#634920'

red 99 ◦ green 73 ◦ blue 32

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

Shades of Dark Brown #634920

Tints of Dark Brown #634920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

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

R = 48.53%
G = 35.78%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#634920 (or 0x634920) is known color: Dark Brown. HEX triplet: 63, 49 and 20. RGB value is (99,73,32). Sum of RGB (Red+Green+Blue) = 99+73+32=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #634920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634920 is #9CB6DF. Grayscale: #4C4C4C. Windows color (decimal): -10270432 or 2115939. OLE color: 2115939.

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

Color convert

RGB 99 73 32 -
CMYK 0 0.26 0.68 0.61
HSL 36.72º 0.51% 0.26% -
HSV(B) 36.72º 0.68% 0.39% -
XYZ 7.79 7.52 2.41 -
YUV 76.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 99 73 32 0 0.26 0.68 0.61 36.72 0.51 0.26
Hex 63 49 20 0 1A 44 3D 25 33 1A
Octal 143 111 40 0 32 104 75 45 63 32
Binary 1100011 1001001 100000 0 11010 1000100 111101 100101 110011 11010

Color Harmonies of #634920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634920

Black with #634920

Text Example


Text Example

White with #634920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634920; }

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

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

background-color css

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

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

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

border-color css

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

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

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