Html Css Color HEX #63431B Dark Brown

📋 copy color: '#63431B'

red 99 ◦ green 67 ◦ blue 27

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

Shades of Dark Brown #63431B

Tints of Dark Brown #63431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.72%

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

R = 51.3%
G = 34.72%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63431B (or 0x63431B) is known color: Dark Brown. HEX triplet: 63, 43 and 1B. RGB value is (99,67,27). Sum of RGB (Red+Green+Blue) = 99+67+27=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63431B is #9CBCE4. Grayscale: #484848. Windows color (decimal): -10271973 or 1786723. OLE color: 1786723.

HSL color Cylindrical-coordinate representation of color #63431B: hue angle of 33.33º 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 #63431B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 67 27 -
CMYK 0 0.32 0.73 0.61
HSL 33.33º 0.57% 0.25% -
HSV(B) 33.33º 0.73% 0.39% -
XYZ 7.35 6.75 1.95 -
YUV 72.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 99 67 27 0 0.32 0.73 0.61 33.33 0.57 0.25
Hex 63 43 1B 0 20 49 3D 21 39 19
Octal 143 103 33 0 40 111 75 41 71 31
Binary 1100011 1000011 11011 0 100000 1001001 111101 100001 111001 11001

Color Harmonies of #63431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63431B

Black with #63431B

Text Example


Text Example

White with #63431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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