Html Css Color HEX #604102 Raw Umber

📋 copy color: '#604102'

red 96 ◦ green 65 ◦ blue 2

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

Shades of Raw Umber #604102

Tints of Raw Umber #604102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 58.9%
G = 39.88%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#604102 (or 0x604102) is known color: Raw Umber. HEX triplet: 60, 41 and 02. RGB value is (96,65,2). Sum of RGB (Red+Green+Blue) = 96+65+2=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #604102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604102 is #9FBEFD. Grayscale: #434343. Windows color (decimal): -10469118 or 147808. OLE color: 147808.

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

Color convert

RGB 96 65 2 -
CMYK 0 0.32 0.98 0.62
HSL 40.21º 0.96% 0.19% -
HSV(B) 40.21º 0.98% 0.38% -
XYZ 6.73 6.27 0.91 -
YUV 67.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 96 65 2 0 0.32 0.98 0.62 40.21 0.96 0.19
Hex 60 41 2 0 20 62 3E 28 60 13
Octal 140 101 2 0 40 142 76 50 140 23
Binary 1100000 1000001 10 0 100000 1100010 111110 101000 1100000 10011

Color Harmonies of #604102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604102

Black with #604102

Text Example


Text Example

White with #604102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604102; }

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

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

background-color css

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

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

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

border-color css

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

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

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