Html Css Color HEX #604101 Raw Umber

📋 copy color: '#604101'

red 96 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #604101

Tints of Raw Umber #604101

RGB

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

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

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

R = 59.26%
G = 40.12%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#604101 (or 0x604101) is known color: Raw Umber. HEX triplet: 60, 41 and 01. RGB value is (96,65,1). Sum of RGB (Red+Green+Blue) = 96+65+1=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #604101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604101 is #9FBEFE. Grayscale: #434343. Windows color (decimal): -10469119 or 82272. OLE color: 82272.

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

Color convert

RGB 96 65 1 -
CMYK 0 0.32 0.99 0.62
HSL 40.42º 0.98% 0.19% -
HSV(B) 40.42º 0.99% 0.38% -
XYZ 6.72 6.27 0.88 -
YUV 66.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 96 65 1 0 0.32 0.99 0.62 40.42 0.98 0.19
Hex 60 41 1 0 20 63 3E 28 62 13
Octal 140 101 1 0 40 143 76 50 142 23
Binary 1100000 1000001 1 0 100000 1100011 111110 101000 1100010 10011

Color Harmonies of #604101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604101

Black with #604101

Text Example


Text Example

White with #604101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604101; }

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

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

background-color css

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

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

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

border-color css

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

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

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