Html Css Color HEX #63441F Dark Brown

📋 copy color: '#63441F'

red 99 ◦ green 68 ◦ blue 31

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

Shades of Dark Brown #63441F

Tints of Dark Brown #63441F

RGB

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

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

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

R = 50%
G = 34.34%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63441F (or 0x63441F) is known color: Dark Brown. HEX triplet: 63, 44 and 1F. RGB value is (99,68,31). Sum of RGB (Red+Green+Blue) = 99+68+31=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63441F is #9CBBE0. Grayscale: #494949. Windows color (decimal): -10271713 or 2049123. OLE color: 2049123.

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

Color convert

RGB 99 68 31 -
CMYK 0 0.31 0.69 0.61
HSL 32.65º 0.52% 0.25% -
HSV(B) 32.65º 0.69% 0.39% -
XYZ 7.46 6.89 2.23 -
YUV 73.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 99 68 31 0 0.31 0.69 0.61 32.65 0.52 0.25
Hex 63 44 1F 0 1F 45 3D 21 34 19
Octal 143 104 37 0 37 105 75 41 64 31
Binary 1100011 1000100 11111 0 11111 1000101 111101 100001 110100 11001

Color Harmonies of #63441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63441F

Black with #63441F

Text Example


Text Example

White with #63441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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