Html Css Color HEX #615505 Raw Umber

📋 copy color: '#615505'

red 97 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #615505

Tints of Raw Umber #615505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 51.87%
G = 45.45%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#615505 (or 0x615505) is known color: Raw Umber. HEX triplet: 61, 55 and 05. RGB value is (97,85,5). Sum of RGB (Red+Green+Blue) = 97+85+5=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #615505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615505 is #9EAAFA. Grayscale: #4F4F4F. Windows color (decimal): -10398459 or 349537. OLE color: 349537.

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

Color convert

RGB 97 85 5 -
CMYK 0 0.12 0.95 0.62
HSL 52.17º 0.9% 0.2% -
HSV(B) 52.17º 0.95% 0.38% -
XYZ 8.21 9.05 1.46 -
YUV 79.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 97 85 5 0 0.12 0.95 0.62 52.17 0.9 0.2
Hex 61 55 5 0 C 5F 3E 34 5A 14
Octal 141 125 5 0 14 137 76 64 132 24
Binary 1100001 1010101 101 0 1100 1011111 111110 110100 1011010 10100

Color Harmonies of #615505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615505

Black with #615505

Text Example


Text Example

White with #615505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615505; }

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

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

background-color css

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

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

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

border-color css

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

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

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