Html Css Color HEX #604A07 Raw Umber

📋 copy color: '#604A07'

red 96 ◦ green 74 ◦ blue 7

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

Shades of Raw Umber #604A07

Tints of Raw Umber #604A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

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

R = 54.24%
G = 41.81%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#604A07 (or 0x604A07) is known color: Raw Umber. HEX triplet: 60, 4A and 07. RGB value is (96,74,7). Sum of RGB (Red+Green+Blue) = 96+74+7=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #604A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A07 is #9FB5F8. Grayscale: #494949. Windows color (decimal): -10466809 or 477792. OLE color: 477792.

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

Color convert

RGB 96 74 7 -
CMYK 0 0.23 0.93 0.62
HSL 45.17º 0.86% 0.2% -
HSV(B) 45.17º 0.93% 0.38% -
XYZ 7.31 7.4 1.24 -
YUV 72.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 96 74 7 0 0.23 0.93 0.62 45.17 0.86 0.2
Hex 60 4A 7 0 17 5D 3E 2D 56 14
Octal 140 112 7 0 27 135 76 55 126 24
Binary 1100000 1001010 111 0 10111 1011101 111110 101101 1010110 10100

Color Harmonies of #604A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A07

Black with #604A07

Text Example


Text Example

White with #604A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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