Html Css Color HEX #60400D Raw Umber

📋 copy color: '#60400D'

red 96 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #60400D

Tints of Raw Umber #60400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

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

R = 55.49%
G = 36.99%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60400D (or 0x60400D) is known color: Raw Umber. HEX triplet: 60, 40 and 0D. RGB value is (96,64,13). Sum of RGB (Red+Green+Blue) = 96+64+13=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60400D is #9FBFF2. Grayscale: #434343. Windows color (decimal): -10469363 or 868448. OLE color: 868448.

HSL color Cylindrical-coordinate representation of color #60400D: hue angle of 36.87º 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 #60400D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 64 13 -
CMYK 0 0.33 0.86 0.62
HSL 36.87º 0.76% 0.21% -
HSV(B) 36.87º 0.86% 0.38% -
XYZ 6.73 6.18 1.22 -
YUV 67.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 96 64 13 0 0.33 0.86 0.62 36.87 0.76 0.21
Hex 60 40 D 0 21 56 3E 25 4C 15
Octal 140 100 15 0 41 126 76 45 114 25
Binary 1100000 1000000 1101 0 100001 1010110 111110 100101 1001100 10101

Color Harmonies of #60400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60400D

Black with #60400D

Text Example


Text Example

White with #60400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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