Html Css Color HEX #634112 Dark Brown

📋 copy color: '#634112'

red 99 ◦ green 65 ◦ blue 18

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

Shades of Dark Brown #634112

Tints of Dark Brown #634112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 54.4%
G = 35.71%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634112 (or 0x634112) is known color: Dark Brown. HEX triplet: 63, 41 and 12. RGB value is (99,65,18). Sum of RGB (Red+Green+Blue) = 99+65+18=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #634112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634112 is #9CBEED. Grayscale: #464646. Windows color (decimal): -10272494 or 1196387. OLE color: 1196387.

HSL color Cylindrical-coordinate representation of color #634112: hue angle of 34.81º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #634112 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 65 18 -
CMYK 0 0.34 0.82 0.61
HSL 34.81º 0.69% 0.23% -
HSV(B) 34.81º 0.82% 0.39% -
XYZ 7.15 6.48 1.45 -
YUV 69.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 99 65 18 0 0.34 0.82 0.61 34.81 0.69 0.23
Hex 63 41 12 0 22 52 3D 23 45 17
Octal 143 101 22 0 42 122 75 43 105 27
Binary 1100011 1000001 10010 0 100010 1010010 111101 100011 1000101 10111

Color Harmonies of #634112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634112

Black with #634112

Text Example


Text Example

White with #634112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634112; }

 p { color: rgb(99,65,18); }

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

background-color css

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

 a { background-color: rgb(99,65,18); }

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

border-color css

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

 span { border-color: rgb(99,65,18); }

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