Html Css Color HEX #604C0D Raw Umber

📋 copy color: '#604C0D'

red 96 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #604C0D

Tints of Raw Umber #604C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.08%

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

R = 51.89%
G = 41.08%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#604C0D (or 0x604C0D) is known color: Raw Umber. HEX triplet: 60, 4C and 0D. RGB value is (96,76,13). Sum of RGB (Red+Green+Blue) = 96+76+13=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C0D is #9FB3F2. Grayscale: #4B4B4B. Windows color (decimal): -10466291 or 871520. OLE color: 871520.

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

Color convert

RGB 96 76 13 -
CMYK 0 0.21 0.86 0.62
HSL 45.54º 0.76% 0.21% -
HSV(B) 45.54º 0.86% 0.38% -
XYZ 7.48 7.68 1.47 -
YUV 74.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 96 76 13 0 0.21 0.86 0.62 45.54 0.76 0.21
Hex 60 4C D 0 15 56 3E 2E 4C 15
Octal 140 114 15 0 25 126 76 56 114 25
Binary 1100000 1001100 1101 0 10101 1010110 111110 101110 1001100 10101

Color Harmonies of #604C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C0D

Black with #604C0D

Text Example


Text Example

White with #604C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C0D; }

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

 H1.HeaderClassName
 {
   color: #604C0D;
 }
 .AnyTagClassName
 {
   color: #604C0D;
 }
</style>

background-color css

<style>
 a { background-color: #604C0D; }

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

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

border-color css

<style>
 span { border-color: #604C0D; }

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

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