Html Css Color HEX #605400 Raw Umber

📋 copy color: '#605400'

red 96 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #605400

Tints of Raw Umber #605400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#605400 (or 0x605400) is known color: Raw Umber. HEX triplet: 60, 54 and 00. RGB value is (96,84,0). Sum of RGB (Red+Green+Blue) = 96+84+0=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #605400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605400 is #9FABFF. Grayscale: #4E4E4E. Windows color (decimal): -10464256 or 21600. OLE color: 21600.

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

Color convert

RGB 96 84 0 -
CMYK 0 0.12 1 0.62
HSL 52.5º 1% 0.19% -
HSV(B) 52.5º 1% 0.38% -
XYZ 7.99 8.83 1.28 -
YUV 78.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 96 84 0 0 0.12 1 0.62 52.5 1 0.19
Hex 60 54 0 0 C 64 3E 34 64 13
Octal 140 124 0 0 14 144 76 64 144 23
Binary 1100000 1010100 0 0 1100 1100100 111110 110100 1100100 10011

Color Harmonies of #605400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605400

Black with #605400

Text Example


Text Example

White with #605400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605400; }

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

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

background-color css

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

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

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

border-color css

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

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

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