Html Css Color HEX #604107 Raw Umber

📋 copy color: '#604107'

red 96 ◦ green 65 ◦ blue 7

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

Shades of Raw Umber #604107

Tints of Raw Umber #604107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

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

R = 57.14%
G = 38.69%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#604107 (or 0x604107) is known color: Raw Umber. HEX triplet: 60, 41 and 07. RGB value is (96,65,7). Sum of RGB (Red+Green+Blue) = 96+65+7=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604107 is #9FBEF8. Grayscale: #434343. Windows color (decimal): -10469113 or 475488. OLE color: 475488.

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

Color convert

RGB 96 65 7 -
CMYK 0 0.32 0.93 0.62
HSL 39.1º 0.86% 0.2% -
HSV(B) 39.1º 0.93% 0.38% -
XYZ 6.75 6.28 1.06 -
YUV 67.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 96 65 7 0 0.32 0.93 0.62 39.1 0.86 0.2
Hex 60 41 7 0 20 5D 3E 27 56 14
Octal 140 101 7 0 40 135 76 47 126 24
Binary 1100000 1000001 111 0 100000 1011101 111110 100111 1010110 10100

Color Harmonies of #604107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604107

Black with #604107

Text Example


Text Example

White with #604107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604107; }

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

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

background-color css

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

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

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

border-color css

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

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

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