Html Css Color HEX #634E12 Raw Umber

📋 copy color: '#634E12'

red 99 ◦ green 78 ◦ blue 18

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

Shades of Raw Umber #634E12

Tints of Raw Umber #634E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

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

R = 50.77%
G = 40%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634E12 (or 0x634E12) is known color: Raw Umber. HEX triplet: 63, 4E and 12. RGB value is (99,78,18). Sum of RGB (Red+Green+Blue) = 99+78+18=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E12 is #9CB1ED. Grayscale: #4D4D4D. Windows color (decimal): -10269166 or 1199715. OLE color: 1199715.

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

Color convert

RGB 99 78 18 -
CMYK 0 0.21 0.82 0.61
HSL 44.44º 0.69% 0.23% -
HSV(B) 44.44º 0.82% 0.39% -
XYZ 7.98 8.15 1.72 -
YUV 77.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 99 78 18 0 0.21 0.82 0.61 44.44 0.69 0.23
Hex 63 4E 12 0 15 52 3D 2C 45 17
Octal 143 116 22 0 25 122 75 54 105 27
Binary 1100011 1001110 10010 0 10101 1010010 111101 101100 1000101 10111

Color Harmonies of #634E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E12

Black with #634E12

Text Example


Text Example

White with #634E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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