Html Css Color HEX #605402 Raw Umber

📋 copy color: '#605402'

red 96 ◦ green 84 ◦ blue 2

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

Shades of Raw Umber #605402

Tints of Raw Umber #605402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 52.75%
G = 46.15%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#605402 (or 0x605402) is known color: Raw Umber. HEX triplet: 60, 54 and 02. RGB value is (96,84,2). Sum of RGB (Red+Green+Blue) = 96+84+2=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #605402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605402 is #9FABFD. Grayscale: #4E4E4E. Windows color (decimal): -10464254 or 152672. OLE color: 152672.

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

Color convert

RGB 96 84 2 -
CMYK 0 0.12 0.98 0.62
HSL 52.34º 0.96% 0.19% -
HSV(B) 52.34º 0.98% 0.38% -
XYZ 8.01 8.83 1.34 -
YUV 78.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 96 84 2 0 0.12 0.98 0.62 52.34 0.96 0.19
Hex 60 54 2 0 C 62 3E 34 60 13
Octal 140 124 2 0 14 142 76 64 140 23
Binary 1100000 1010100 10 0 1100 1100010 111110 110100 1100000 10011

Color Harmonies of #605402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605402

Black with #605402

Text Example


Text Example

White with #605402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605402; }

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

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

background-color css

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

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

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

border-color css

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

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

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