Html Css Color HEX #63471F Dark Brown

📋 copy color: '#63471F'

red 99 ◦ green 71 ◦ blue 31

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

Shades of Dark Brown #63471F

Tints of Dark Brown #63471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 49.25%
G = 35.32%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63471F (or 0x63471F) is known color: Dark Brown. HEX triplet: 63, 47 and 1F. RGB value is (99,71,31). Sum of RGB (Red+Green+Blue) = 99+71+31=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63471F is #9CB8E0. Grayscale: #4B4B4B. Windows color (decimal): -10270945 or 2049891. OLE color: 2049891.

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

Color convert

RGB 99 71 31 -
CMYK 0 0.28 0.69 0.61
HSL 35.29º 0.52% 0.25% -
HSV(B) 35.29º 0.69% 0.39% -
XYZ 7.65 7.26 2.29 -
YUV 74.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 99 71 31 0 0.28 0.69 0.61 35.29 0.52 0.25
Hex 63 47 1F 0 1C 45 3D 23 34 19
Octal 143 107 37 0 34 105 75 43 64 31
Binary 1100011 1000111 11111 0 11100 1000101 111101 100011 110100 11001

Color Harmonies of #63471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63471F

Black with #63471F

Text Example


Text Example

White with #63471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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