Html Css Color HEX #604701 Raw Umber

📋 copy color: '#604701'

red 96 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #604701

Tints of Raw Umber #604701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 57.14%
G = 42.26%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#604701 (or 0x604701) is known color: Raw Umber. HEX triplet: 60, 47 and 01. RGB value is (96,71,1). Sum of RGB (Red+Green+Blue) = 96+71+1=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604701 is #9FB8FE. Grayscale: #464646. Windows color (decimal): -10467583 or 83808. OLE color: 83808.

HSL color Cylindrical-coordinate representation of color #604701: hue angle of 44.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #604701 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 1 -
CMYK 0 0.26 0.99 0.62
HSL 44.21º 0.98% 0.19% -
HSV(B) 44.21º 0.99% 0.38% -
XYZ 7.08 7 1.01 -
YUV 70.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 96 71 1 0 0.26 0.99 0.62 44.21 0.98 0.19
Hex 60 47 1 0 1A 63 3E 2C 62 13
Octal 140 107 1 0 32 143 76 54 142 23
Binary 1100000 1000111 1 0 11010 1100011 111110 101100 1100010 10011

Color Harmonies of #604701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604701

Black with #604701

Text Example


Text Example

White with #604701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604701; }

 p { color: rgb(96,71,1); }

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

background-color css

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

 a { background-color: rgb(96,71,1); }

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

border-color css

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

 span { border-color: rgb(96,71,1); }

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