Html Css Color HEX #63451F Dark Brown

📋 copy color: '#63451F'

red 99 ◦ green 69 ◦ blue 31

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

Shades of Dark Brown #63451F

Tints of Dark Brown #63451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 49.75%
G = 34.67%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63451F (or 0x63451F) is known color: Dark Brown. HEX triplet: 63, 45 and 1F. RGB value is (99,69,31). Sum of RGB (Red+Green+Blue) = 99+69+31=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63451F is #9CBAE0. Grayscale: #494949. Windows color (decimal): -10271457 or 2049379. OLE color: 2049379.

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

Color convert

RGB 99 69 31 -
CMYK 0 0.30 0.69 0.61
HSL 33.53º 0.52% 0.25% -
HSV(B) 33.53º 0.69% 0.39% -
XYZ 7.52 7.01 2.25 -
YUV 73.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 99 69 31 0 0.30 0.69 0.61 33.53 0.52 0.25
Hex 63 45 1F 0 1E 45 3D 22 34 19
Octal 143 105 37 0 36 105 75 42 64 31
Binary 1100011 1000101 11111 0 11110 1000101 111101 100010 110100 11001

Color Harmonies of #63451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63451F

Black with #63451F

Text Example


Text Example

White with #63451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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