Html Css Color HEX #63401E Dark Brown

📋 copy color: '#63401E'

red 99 ◦ green 64 ◦ blue 30

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

Shades of Dark Brown #63401E

Tints of Dark Brown #63401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 51.3%
G = 33.16%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63401E (or 0x63401E) is known color: Dark Brown. HEX triplet: 63, 40 and 1E. RGB value is (99,64,30). Sum of RGB (Red+Green+Blue) = 99+64+30=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401E is #9CBFE1. Grayscale: #464646. Windows color (decimal): -10272738 or 1982563. OLE color: 1982563.

HSL color Cylindrical-coordinate representation of color #63401E: hue angle of 29.57º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63401E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 30 -
CMYK 0 0.35 0.70 0.61
HSL 29.57º 0.53% 0.25% -
HSV(B) 29.57º 0.7% 0.39% -
XYZ 7.21 6.41 2.09 -
YUV 70.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 99 64 30 0 0.35 0.70 0.61 29.57 0.53 0.25
Hex 63 40 1E 0 23 46 3D 1E 35 19
Octal 143 100 36 0 43 106 75 36 65 31
Binary 1100011 1000000 11110 0 100011 1000110 111101 11110 110101 11001

Color Harmonies of #63401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63401E

Black with #63401E

Text Example


Text Example

White with #63401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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