Html Css Color HEX #615500 Raw Umber

📋 copy color: '#615500'

red 97 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #615500

Tints of Raw Umber #615500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 53.3%
G = 46.7%
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

#615500 (or 0x615500) is known color: Raw Umber. HEX triplet: 61, 55 and 00. RGB value is (97,85,0). Sum of RGB (Red+Green+Blue) = 97+85+0=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #615500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615500 is #9EAAFF. Grayscale: #4F4F4F. Windows color (decimal): -10398464 or 21857. OLE color: 21857.

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

Color convert

RGB 97 85 0 -
CMYK 0 0.12 1 0.62
HSL 52.58º 1% 0.19% -
HSV(B) 52.58º 1% 0.38% -
XYZ 8.18 9.04 1.31 -
YUV 78.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 97 85 0 0 0.12 1 0.62 52.58 1 0.19
Hex 61 55 0 0 C 64 3E 35 64 13
Octal 141 125 0 0 14 144 76 65 144 23
Binary 1100001 1010101 0 0 1100 1100100 111110 110101 1100100 10011

Color Harmonies of #615500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615500

Black with #615500

Text Example


Text Example

White with #615500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615500; }

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

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

background-color css

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

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

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

border-color css

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

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

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