Html Css Color HEX #63471B Dark Brown

📋 copy color: '#63471B'

red 99 ◦ green 71 ◦ blue 27

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

Shades of Dark Brown #63471B

Tints of Dark Brown #63471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 50.25%
G = 36.04%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63471B (or 0x63471B) is known color: Dark Brown. HEX triplet: 63, 47 and 1B. RGB value is (99,71,27). Sum of RGB (Red+Green+Blue) = 99+71+27=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63471B is #9CB8E4. Grayscale: #4A4A4A. Windows color (decimal): -10270949 or 1787747. OLE color: 1787747.

HSL color Cylindrical-coordinate representation of color #63471B: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63471B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 27 -
CMYK 0 0.28 0.73 0.61
HSL 36.67º 0.57% 0.25% -
HSV(B) 36.67º 0.73% 0.39% -
XYZ 7.6 7.24 2.03 -
YUV 74.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 99 71 27 0 0.28 0.73 0.61 36.67 0.57 0.25
Hex 63 47 1B 0 1C 49 3D 25 39 19
Octal 143 107 33 0 34 111 75 45 71 31
Binary 1100011 1000111 11011 0 11100 1001001 111101 100101 111001 11001

Color Harmonies of #63471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63471B

Black with #63471B

Text Example


Text Example

White with #63471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63471B; }

 p { color: rgb(99,71,27); }

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

background-color css

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

 a { background-color: rgb(99,71,27); }

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

border-color css

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

 span { border-color: rgb(99,71,27); }

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