Html Css Color HEX #634414 Dark Brown

📋 copy color: '#634414'

red 99 ◦ green 68 ◦ blue 20

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

Shades of Dark Brown #634414

Tints of Dark Brown #634414

RGB

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

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

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

R = 52.94%
G = 36.36%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#634414 (or 0x634414) is known color: Dark Brown. HEX triplet: 63, 44 and 14. RGB value is (99,68,20). Sum of RGB (Red+Green+Blue) = 99+68+20=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #634414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634414 is #9CBBEB. Grayscale: #484848. Windows color (decimal): -10271724 or 1328227. OLE color: 1328227.

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

Color convert

RGB 99 68 20 -
CMYK 0 0.31 0.80 0.61
HSL 36.46º 0.66% 0.23% -
HSV(B) 36.46º 0.8% 0.39% -
XYZ 7.34 6.84 1.59 -
YUV 71.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 99 68 20 0 0.31 0.80 0.61 36.46 0.66 0.23
Hex 63 44 14 0 1F 50 3D 24 42 17
Octal 143 104 24 0 37 120 75 44 102 27
Binary 1100011 1000100 10100 0 11111 1010000 111101 100100 1000010 10111

Color Harmonies of #634414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634414

Black with #634414

Text Example


Text Example

White with #634414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634414; }

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

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

background-color css

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

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

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

border-color css

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

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

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