Html Css Color HEX #604108 Raw Umber

📋 copy color: '#604108'

red 96 ◦ green 65 ◦ blue 8

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

Shades of Raw Umber #604108

Tints of Raw Umber #604108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 56.8%
G = 38.46%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#604108 (or 0x604108) is known color: Raw Umber. HEX triplet: 60, 41 and 08. RGB value is (96,65,8). Sum of RGB (Red+Green+Blue) = 96+65+8=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #604108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604108 is #9FBEF7. Grayscale: #444444. Windows color (decimal): -10469112 or 541024. OLE color: 541024.

HSL color Cylindrical-coordinate representation of color #604108: hue angle of 38.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #604108 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 8 -
CMYK 0 0.32 0.92 0.62
HSL 38.86º 0.85% 0.2% -
HSV(B) 38.86º 0.92% 0.38% -
XYZ 6.76 6.28 1.09 -
YUV 67.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 96 65 8 0 0.32 0.92 0.62 38.86 0.85 0.2
Hex 60 41 8 0 20 5C 3E 27 55 14
Octal 140 101 10 0 40 134 76 47 125 24
Binary 1100000 1000001 1000 0 100000 1011100 111110 100111 1010101 10100

Color Harmonies of #604108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604108

Black with #604108

Text Example


Text Example

White with #604108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604108; }

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

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

background-color css

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

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

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

border-color css

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

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

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