Html Css Color HEX #634020 Dark Brown

📋 copy color: '#634020'

red 99 ◦ green 64 ◦ blue 32

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

Shades of Dark Brown #634020

Tints of Dark Brown #634020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 50.77%
G = 32.82%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#634020 (or 0x634020) is known color: Dark Brown. HEX triplet: 63, 40 and 20. RGB value is (99,64,32). Sum of RGB (Red+Green+Blue) = 99+64+32=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634020 is #9CBFDF. Grayscale: #464646. Windows color (decimal): -10272736 or 2113635. OLE color: 2113635.

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

Color convert

RGB 99 64 32 -
CMYK 0 0.35 0.68 0.61
HSL 28.66º 0.51% 0.26% -
HSV(B) 28.66º 0.68% 0.39% -
XYZ 7.24 6.42 2.22 -
YUV 70.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 99 64 32 0 0.35 0.68 0.61 28.66 0.51 0.26
Hex 63 40 20 0 23 44 3D 1D 33 1A
Octal 143 100 40 0 43 104 75 35 63 32
Binary 1100011 1000000 100000 0 100011 1000100 111101 11101 110011 11010

Color Harmonies of #634020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634020

Black with #634020

Text Example


Text Example

White with #634020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634020; }

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

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

background-color css

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

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

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

border-color css

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

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

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