Html Css Color HEX #604507 Raw Umber

📋 copy color: '#604507'

red 96 ◦ green 69 ◦ blue 7

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

Shades of Raw Umber #604507

Tints of Raw Umber #604507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

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

R = 55.81%
G = 40.12%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#604507 (or 0x604507) is known color: Raw Umber. HEX triplet: 60, 45 and 07. RGB value is (96,69,7). Sum of RGB (Red+Green+Blue) = 96+69+7=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #604507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604507 is #9FBAF8. Grayscale: #464646. Windows color (decimal): -10468089 or 476512. OLE color: 476512.

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

Color convert

RGB 96 69 7 -
CMYK 0 0.28 0.93 0.62
HSL 41.8º 0.86% 0.2% -
HSV(B) 41.8º 0.93% 0.38% -
XYZ 6.99 6.76 1.14 -
YUV 70.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 96 69 7 0 0.28 0.93 0.62 41.8 0.86 0.2
Hex 60 45 7 0 1C 5D 3E 2A 56 14
Octal 140 105 7 0 34 135 76 52 126 24
Binary 1100000 1000101 111 0 11100 1011101 111110 101010 1010110 10100

Color Harmonies of #604507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604507

Black with #604507

Text Example


Text Example

White with #604507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604507; }

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

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

background-color css

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

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

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

border-color css

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

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

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