Html Css Color HEX #634C12 Raw Umber

📋 copy color: '#634C12'

red 99 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #634C12

Tints of Raw Umber #634C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

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

R = 51.3%
G = 39.38%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#634C12 (or 0x634C12) is known color: Raw Umber. HEX triplet: 63, 4C and 12. RGB value is (99,76,18). Sum of RGB (Red+Green+Blue) = 99+76+18=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #634C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C12 is #9CB3ED. Grayscale: #4C4C4C. Windows color (decimal): -10269678 or 1199203. OLE color: 1199203.

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

Color convert

RGB 99 76 18 -
CMYK 0 0.23 0.82 0.61
HSL 42.96º 0.69% 0.23% -
HSV(B) 42.96º 0.82% 0.39% -
XYZ 7.84 7.87 1.68 -
YUV 76.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 99 76 18 0 0.23 0.82 0.61 42.96 0.69 0.23
Hex 63 4C 12 0 17 52 3D 2B 45 17
Octal 143 114 22 0 27 122 75 53 105 27
Binary 1100011 1001100 10010 0 10111 1010010 111101 101011 1000101 10111

Color Harmonies of #634C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C12

Black with #634C12

Text Example


Text Example

White with #634C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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