Html Css Color HEX #63401A Dark Brown

📋 copy color: '#63401A'

red 99 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #63401A

Tints of Dark Brown #63401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 52.38%
G = 33.86%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63401A (or 0x63401A) is known color: Dark Brown. HEX triplet: 63, 40 and 1A. RGB value is (99,64,26). Sum of RGB (Red+Green+Blue) = 99+64+26=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401A is #9CBFE5. Grayscale: #464646. Windows color (decimal): -10272742 or 1720419. OLE color: 1720419.

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

Color convert

RGB 99 64 26 -
CMYK 0 0.35 0.74 0.61
HSL 31.23º 0.58% 0.25% -
HSV(B) 31.23º 0.74% 0.39% -
XYZ 7.17 6.39 1.83 -
YUV 70.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 99 64 26 0 0.35 0.74 0.61 31.23 0.58 0.25
Hex 63 40 1A 0 23 4A 3D 1F 3A 19
Octal 143 100 32 0 43 112 75 37 72 31
Binary 1100011 1000000 11010 0 100011 1001010 111101 11111 111010 11001

Color Harmonies of #63401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63401A

Black with #63401A

Text Example


Text Example

White with #63401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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