Html Css Color HEX #604C07 Raw Umber

📋 copy color: '#604C07'

red 96 ◦ green 76 ◦ blue 7

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

Shades of Raw Umber #604C07

Tints of Raw Umber #604C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.91%

R = 53.63%
G = 42.46%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#604C07 (or 0x604C07) is known color: Raw Umber. HEX triplet: 60, 4C and 07. RGB value is (96,76,7). Sum of RGB (Red+Green+Blue) = 96+76+7=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #604C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C07 is #9FB3F8. Grayscale: #4A4A4A. Windows color (decimal): -10466297 or 478304. OLE color: 478304.

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

Color convert

RGB 96 76 7 -
CMYK 0 0.21 0.93 0.62
HSL 46.52º 0.86% 0.2% -
HSV(B) 46.52º 0.93% 0.38% -
XYZ 7.45 7.67 1.29 -
YUV 74.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 96 76 7 0 0.21 0.93 0.62 46.52 0.86 0.2
Hex 60 4C 7 0 15 5D 3E 2F 56 14
Octal 140 114 7 0 25 135 76 57 126 24
Binary 1100000 1001100 111 0 10101 1011101 111110 101111 1010110 10100

Color Harmonies of #604C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C07

Black with #604C07

Text Example


Text Example

White with #604C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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