Html Css Color HEX #634812 Raw Umber

📋 copy color: '#634812'

red 99 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #634812

Tints of Raw Umber #634812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 52.38%
G = 38.1%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634812 (or 0x634812) is known color: Raw Umber. HEX triplet: 63, 48 and 12. RGB value is (99,72,18). Sum of RGB (Red+Green+Blue) = 99+72+18=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #634812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634812 is #9CB7ED. Grayscale: #4A4A4A. Windows color (decimal): -10270702 or 1198179. OLE color: 1198179.

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

Color convert

RGB 99 72 18 -
CMYK 0 0.27 0.82 0.61
HSL 40º 0.69% 0.23% -
HSV(B) 40º 0.82% 0.39% -
XYZ 7.57 7.33 1.59 -
YUV 73.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 99 72 18 0 0.27 0.82 0.61 40 0.69 0.23
Hex 63 48 12 0 1B 52 3D 28 45 17
Octal 143 110 22 0 33 122 75 50 105 27
Binary 1100011 1001000 10010 0 11011 1010010 111101 101000 1000101 10111

Color Harmonies of #634812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634812

Black with #634812

Text Example


Text Example

White with #634812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634812; }

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

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

background-color css

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

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

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

border-color css

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

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

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