Html Css Color HEX #60410A Raw Umber

📋 copy color: '#60410A'

red 96 ◦ green 65 ◦ blue 10

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

Shades of Raw Umber #60410A

Tints of Raw Umber #60410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 56.14%
G = 38.01%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60410A (or 0x60410A) is known color: Raw Umber. HEX triplet: 60, 41 and 0A. RGB value is (96,65,10). Sum of RGB (Red+Green+Blue) = 96+65+10=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #60410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60410A is #9FBEF5. Grayscale: #444444. Windows color (decimal): -10469110 or 672096. OLE color: 672096.

HSL color Cylindrical-coordinate representation of color #60410A: hue angle of 38.37º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60410A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 10 -
CMYK 0 0.32 0.90 0.62
HSL 38.37º 0.81% 0.21% -
HSV(B) 38.37º 0.9% 0.38% -
XYZ 6.77 6.29 1.14 -
YUV 68 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 96 65 10 0 0.32 0.90 0.62 38.37 0.81 0.21
Hex 60 41 A 0 20 5A 3E 26 51 15
Octal 140 101 12 0 40 132 76 46 121 25
Binary 1100000 1000001 1010 0 100000 1011010 111110 100110 1010001 10101

Color Harmonies of #60410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60410A

Black with #60410A

Text Example


Text Example

White with #60410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60410A; }

 p { color: rgb(96,65,10); }

 H1.HeaderClassName
 {
   color: #60410A;
 }
 .AnyTagClassName
 {
   color: #60410A;
 }
</style>

background-color css

<style>
 a { background-color: #60410A; }

 a { background-color: rgb(96,65,10); }

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

border-color css

<style>
 span { border-color: #60410A; }

 span { border-color: rgb(96,65,10); }

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