Html Css Color HEX #615A00 Costa Del Sol

📋 copy color: '#615A00'

red 97 ◦ green 90 ◦ blue 0

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

Shades of Costa Del Sol #615A00

Tints of Costa Del Sol #615A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.13%

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

R = 51.87%
G = 48.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#615A00 (or 0x615A00) is known color: Costa Del Sol. HEX triplet: 61, 5A and 00. RGB value is (97,90,0). Sum of RGB (Red+Green+Blue) = 97+90+0=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #615A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A00 is #9EA5FF. Grayscale: #525252. Windows color (decimal): -10397184 or 23137. OLE color: 23137.

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

Color convert

RGB 97 90 0 -
CMYK 0 0.07 1 0.62
HSL 55.67º 1% 0.19% -
HSV(B) 55.67º 1% 0.38% -
XYZ 8.59 9.85 1.45 -
YUV 81.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 97 90 0 0 0.07 1 0.62 55.67 1 0.19
Hex 61 5A 0 0 7 64 3E 38 64 13
Octal 141 132 0 0 7 144 76 70 144 23
Binary 1100001 1011010 0 0 111 1100100 111110 111000 1100100 10011

Color Harmonies of #615A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A00

Black with #615A00

Text Example


Text Example

White with #615A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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