Html Css Color HEX #63460C Raw Umber

📋 copy color: '#63460C'

red 99 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #63460C

Tints of Raw Umber #63460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 54.7%
G = 38.67%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63460C (or 0x63460C) is known color: Raw Umber. HEX triplet: 63, 46 and 0C. RGB value is (99,70,12). Sum of RGB (Red+Green+Blue) = 99+70+12=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63460C is #9CB9F3. Grayscale: #484848. Windows color (decimal): -10271220 or 804451. OLE color: 804451.

HSL color Cylindrical-coordinate representation of color #63460C: hue angle of 40º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63460C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 12 -
CMYK 0 0.29 0.88 0.61
HSL 40º 0.78% 0.22% -
HSV(B) 40º 0.88% 0.39% -
XYZ 7.4 7.06 1.32 -
YUV 72.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 99 70 12 0 0.29 0.88 0.61 40 0.78 0.22
Hex 63 46 C 0 1D 58 3D 28 4E 16
Octal 143 106 14 0 35 130 75 50 116 26
Binary 1100011 1000110 1100 0 11101 1011000 111101 101000 1001110 10110

Color Harmonies of #63460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63460C

Black with #63460C

Text Example


Text Example

White with #63460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63460C; }

 p { color: rgb(99,70,12); }

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

background-color css

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

 a { background-color: rgb(99,70,12); }

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

border-color css

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

 span { border-color: rgb(99,70,12); }

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