Html Css Color HEX #615501 Raw Umber

📋 copy color: '#615501'

red 97 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #615501

Tints of Raw Umber #615501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 53.01%
G = 46.45%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#615501 (or 0x615501) is known color: Raw Umber. HEX triplet: 61, 55 and 01. RGB value is (97,85,1). Sum of RGB (Red+Green+Blue) = 97+85+1=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #615501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615501 is #9EAAFE. Grayscale: #4F4F4F. Windows color (decimal): -10398463 or 87393. OLE color: 87393.

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

Color convert

RGB 97 85 1 -
CMYK 0 0.12 0.99 0.62
HSL 52.5º 0.98% 0.19% -
HSV(B) 52.5º 0.99% 0.38% -
XYZ 8.18 9.04 1.34 -
YUV 79.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 97 85 1 0 0.12 0.99 0.62 52.5 0.98 0.19
Hex 61 55 1 0 C 63 3E 34 62 13
Octal 141 125 1 0 14 143 76 64 142 23
Binary 1100001 1010101 1 0 1100 1100011 111110 110100 1100010 10011

Color Harmonies of #615501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615501

Black with #615501

Text Example


Text Example

White with #615501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615501; }

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

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

background-color css

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

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

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

border-color css

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

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

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