Html Css Color HEX #615A02 Costa Del Sol

📋 copy color: '#615A02'

red 97 ◦ green 90 ◦ blue 2

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

Shades of Costa Del Sol #615A02

Tints of Costa Del Sol #615A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 51.32%
G = 47.62%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#615A02 (or 0x615A02) is known color: Costa Del Sol. HEX triplet: 61, 5A and 02. RGB value is (97,90,2). Sum of RGB (Red+Green+Blue) = 97+90+2=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A02 is #9EA5FD. Grayscale: #525252. Windows color (decimal): -10397182 or 154209. OLE color: 154209.

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

Color convert

RGB 97 90 2 -
CMYK 0 0.07 0.98 0.62
HSL 55.58º 0.96% 0.19% -
HSV(B) 55.58º 0.98% 0.38% -
XYZ 8.6 9.86 1.51 -
YUV 82.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 97 90 2 0 0.07 0.98 0.62 55.58 0.96 0.19
Hex 61 5A 2 0 7 62 3E 38 60 13
Octal 141 132 2 0 7 142 76 70 140 23
Binary 1100001 1011010 10 0 111 1100010 111110 111000 1100000 10011

Color Harmonies of #615A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A02

Black with #615A02

Text Example


Text Example

White with #615A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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