Html Css Color HEX #634014 Dark Brown

📋 copy color: '#634014'

red 99 ◦ green 64 ◦ blue 20

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

Shades of Dark Brown #634014

Tints of Dark Brown #634014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 54.1%
G = 34.97%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#634014 (or 0x634014) is known color: Dark Brown. HEX triplet: 63, 40 and 14. RGB value is (99,64,20). Sum of RGB (Red+Green+Blue) = 99+64+20=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #634014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634014 is #9CBFEB. Grayscale: #454545. Windows color (decimal): -10272748 or 1327203. OLE color: 1327203.

HSL color Cylindrical-coordinate representation of color #634014: hue angle of 33.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #634014 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 20 -
CMYK 0 0.35 0.80 0.61
HSL 33.42º 0.66% 0.23% -
HSV(B) 33.42º 0.8% 0.39% -
XYZ 7.11 6.37 1.52 -
YUV 69.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 99 64 20 0 0.35 0.80 0.61 33.42 0.66 0.23
Hex 63 40 14 0 23 50 3D 21 42 17
Octal 143 100 24 0 43 120 75 41 102 27
Binary 1100011 1000000 10100 0 100011 1010000 111101 100001 1000010 10111

Color Harmonies of #634014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634014

Black with #634014

Text Example


Text Example

White with #634014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634014; }

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

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

background-color css

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

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

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

border-color css

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

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

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