Html Css Color HEX #634312 Dark Brown

📋 copy color: '#634312'

red 99 ◦ green 67 ◦ blue 18

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

Shades of Dark Brown #634312

Tints of Dark Brown #634312

RGB

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

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

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

R = 53.8%
G = 36.41%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634312 (or 0x634312) is known color: Dark Brown. HEX triplet: 63, 43 and 12. RGB value is (99,67,18). Sum of RGB (Red+Green+Blue) = 99+67+18=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #634312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634312 is #9CBCED. Grayscale: #474747. Windows color (decimal): -10271982 or 1196899. OLE color: 1196899.

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

Color convert

RGB 99 67 18 -
CMYK 0 0.32 0.82 0.61
HSL 36.3º 0.69% 0.23% -
HSV(B) 36.3º 0.82% 0.39% -
XYZ 7.26 6.71 1.48 -
YUV 70.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 99 67 18 0 0.32 0.82 0.61 36.3 0.69 0.23
Hex 63 43 12 0 20 52 3D 24 45 17
Octal 143 103 22 0 40 122 75 44 105 27
Binary 1100011 1000011 10010 0 100000 1010010 111101 100100 1000101 10111

Color Harmonies of #634312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634312

Black with #634312

Text Example


Text Example

White with #634312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634312; }

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

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

background-color css

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

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

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

border-color css

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

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

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