Html Css Color HEX #615000 Raw Umber

📋 copy color: '#615000'

red 97 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #615000

Tints of Raw Umber #615000

RGB

 RED value IS 97 (38.28% from 255) = 54.8%

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 54.8%
G = 45.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#615000 (or 0x615000) is known color: Raw Umber. HEX triplet: 61, 50 and 00. RGB value is (97,80,0). Sum of RGB (Red+Green+Blue) = 97+80+0=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #615000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615000 is #9EAFFF. Grayscale: #4C4C4C. Windows color (decimal): -10399744 or 20577. OLE color: 20577.

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

Color convert

RGB 97 80 0 -
CMYK 0 0.18 1 0.62
HSL 49.48º 1% 0.19% -
HSV(B) 49.48º 1% 0.38% -
XYZ 7.8 8.28 1.19 -
YUV 75.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 97 80 0 0 0.18 1 0.62 49.48 1 0.19
Hex 61 50 0 0 12 64 3E 31 64 13
Octal 141 120 0 0 22 144 76 61 144 23
Binary 1100001 1010000 0 0 10010 1100100 111110 110001 1100100 10011

Color Harmonies of #615000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615000

Black with #615000

Text Example


Text Example

White with #615000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615000; }

 p { color: rgb(97,80,0); }

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

background-color css

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

 a { background-color: rgb(97,80,0); }

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

border-color css

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

 span { border-color: rgb(97,80,0); }

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