Html Css Color HEX #634012 Dark Brown

📋 copy color: '#634012'

red 99 ◦ green 64 ◦ blue 18

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

Shades of Dark Brown #634012

Tints of Dark Brown #634012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

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

R = 54.7%
G = 35.36%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634012 (or 0x634012) is known color: Dark Brown. HEX triplet: 63, 40 and 12. RGB value is (99,64,18). Sum of RGB (Red+Green+Blue) = 99+64+18=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #634012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634012 is #9CBFED. Grayscale: #454545. Windows color (decimal): -10272750 or 1196131. OLE color: 1196131.

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

Color convert

RGB 99 64 18 -
CMYK 0 0.35 0.82 0.61
HSL 34.07º 0.69% 0.23% -
HSV(B) 34.07º 0.82% 0.39% -
XYZ 7.09 6.36 1.43 -
YUV 69.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 99 64 18 0 0.35 0.82 0.61 34.07 0.69 0.23
Hex 63 40 12 0 23 52 3D 22 45 17
Octal 143 100 22 0 43 122 75 42 105 27
Binary 1100011 1000000 10010 0 100011 1010010 111101 100010 1000101 10111

Color Harmonies of #634012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634012

Black with #634012

Text Example


Text Example

White with #634012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634012; }

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

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

background-color css

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

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

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

border-color css

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

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

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