Html Css Color HEX #60460B Raw Umber

📋 copy color: '#60460B'

red 96 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #60460B

Tints of Raw Umber #60460B

RGB

 RED value IS 96 (37.89% from 255) = 54.24%

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

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 54.24%
G = 39.55%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60460B (or 0x60460B) is known color: Raw Umber. HEX triplet: 60, 46 and 0B. RGB value is (96,70,11). Sum of RGB (Red+Green+Blue) = 96+70+11=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460B is #9FB9F4. Grayscale: #474747. Windows color (decimal): -10467829 or 738912. OLE color: 738912.

HSL color Cylindrical-coordinate representation of color #60460B: hue angle of 41.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60460B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 11 -
CMYK 0 0.27 0.89 0.62
HSL 41.65º 0.79% 0.21% -
HSV(B) 41.65º 0.89% 0.38% -
XYZ 7.07 6.89 1.27 -
YUV 71.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 96 70 11 0 0.27 0.89 0.62 41.65 0.79 0.21
Hex 60 46 B 0 1B 59 3E 2A 4F 15
Octal 140 106 13 0 33 131 76 52 117 25
Binary 1100000 1000110 1011 0 11011 1011001 111110 101010 1001111 10101

Color Harmonies of #60460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60460B

Black with #60460B

Text Example


Text Example

White with #60460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60460B; }

 p { color: rgb(96,70,11); }

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

background-color css

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

 a { background-color: rgb(96,70,11); }

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

border-color css

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

 span { border-color: rgb(96,70,11); }

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