Html Css Color HEX #63431F Dark Brown

📋 copy color: '#63431F'

red 99 ◦ green 67 ◦ blue 31

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

Shades of Dark Brown #63431F

Tints of Dark Brown #63431F

RGB

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

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

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

R = 50.25%
G = 34.01%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63431F (or 0x63431F) is known color: Dark Brown. HEX triplet: 63, 43 and 1F. RGB value is (99,67,31). Sum of RGB (Red+Green+Blue) = 99+67+31=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63431F is #9CBCE0. Grayscale: #484848. Windows color (decimal): -10271969 or 2048867. OLE color: 2048867.

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

Color convert

RGB 99 67 31 -
CMYK 0 0.32 0.69 0.61
HSL 31.76º 0.52% 0.25% -
HSV(B) 31.76º 0.69% 0.39% -
XYZ 7.4 6.77 2.21 -
YUV 72.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 99 67 31 0 0.32 0.69 0.61 31.76 0.52 0.25
Hex 63 43 1F 0 20 45 3D 20 34 19
Octal 143 103 37 0 40 105 75 40 64 31
Binary 1100011 1000011 11111 0 100000 1000101 111101 100000 110100 11001

Color Harmonies of #63431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63431F

Black with #63431F

Text Example


Text Example

White with #63431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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