Html Css Color HEX #605800 Raw Umber

📋 copy color: '#605800'

red 96 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #605800

Tints of Raw Umber #605800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 52.17%
G = 47.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#605800 (or 0x605800) is known color: Raw Umber. HEX triplet: 60, 58 and 00. RGB value is (96,88,0). Sum of RGB (Red+Green+Blue) = 96+88+0=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605800 is #9FA7FF. Grayscale: #505050. Windows color (decimal): -10463232 or 22624. OLE color: 22624.

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

Color convert

RGB 96 88 0 -
CMYK 0 0.08 1 0.62
HSL 55º 1% 0.19% -
HSV(B) 55º 1% 0.38% -
XYZ 8.31 9.47 1.39 -
YUV 80.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 96 88 0 0 0.08 1 0.62 55 1 0.19
Hex 60 58 0 0 8 64 3E 37 64 13
Octal 140 130 0 0 10 144 76 67 144 23
Binary 1100000 1011000 0 0 1000 1100100 111110 110111 1100100 10011

Color Harmonies of #605800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605800

Black with #605800

Text Example


Text Example

White with #605800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605800; }

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

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

background-color css

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

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

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

border-color css

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

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

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