Html Css Color HEX #604103 Raw Umber

📋 copy color: '#604103'

red 96 ◦ green 65 ◦ blue 3

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

Shades of Raw Umber #604103

Tints of Raw Umber #604103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 58.54%
G = 39.63%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#604103 (or 0x604103) is known color: Raw Umber. HEX triplet: 60, 41 and 03. RGB value is (96,65,3). Sum of RGB (Red+Green+Blue) = 96+65+3=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #604103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604103 is #9FBEFC. Grayscale: #434343. Windows color (decimal): -10469117 or 213344. OLE color: 213344.

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

Color convert

RGB 96 65 3 -
CMYK 0 0.32 0.97 0.62
HSL 40º 0.94% 0.19% -
HSV(B) 40º 0.97% 0.38% -
XYZ 6.73 6.27 0.94 -
YUV 67.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 96 65 3 0 0.32 0.97 0.62 40 0.94 0.19
Hex 60 41 3 0 20 61 3E 28 5E 13
Octal 140 101 3 0 40 141 76 50 136 23
Binary 1100000 1000001 11 0 100000 1100001 111110 101000 1011110 10011

Color Harmonies of #604103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604103

Black with #604103

Text Example


Text Example

White with #604103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604103; }

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

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

background-color css

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

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

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

border-color css

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

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

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