Html Css Color HEX #60460D Raw Umber

📋 copy color: '#60460D'

red 96 ◦ green 70 ◦ blue 13

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

Shades of Raw Umber #60460D

Tints of Raw Umber #60460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 53.63%
G = 39.11%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60460D (or 0x60460D) is known color: Raw Umber. HEX triplet: 60, 46 and 0D. RGB value is (96,70,13). Sum of RGB (Red+Green+Blue) = 96+70+13=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460D is #9FB9F2. Grayscale: #474747. Windows color (decimal): -10467827 or 869984. OLE color: 869984.

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

Color convert

RGB 96 70 13 -
CMYK 0 0.27 0.86 0.62
HSL 41.2º 0.76% 0.21% -
HSV(B) 41.2º 0.86% 0.38% -
XYZ 7.09 6.9 1.34 -
YUV 71.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 96 70 13 0 0.27 0.86 0.62 41.2 0.76 0.21
Hex 60 46 D 0 1B 56 3E 29 4C 15
Octal 140 106 15 0 33 126 76 51 114 25
Binary 1100000 1000110 1101 0 11011 1010110 111110 101001 1001100 10101

Color Harmonies of #60460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60460D

Black with #60460D

Text Example


Text Example

White with #60460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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