Html Css Color HEX #616325 Costa Del Sol

📋 copy color: '#616325'

red 97 ◦ green 99 ◦ blue 37

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

Shades of Costa Del Sol #616325

Tints of Costa Del Sol #616325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 41.63%
G = 42.49%
B = 15.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#616325 (or 0x616325) is known color: Costa Del Sol. HEX triplet: 61, 63 and 25. RGB value is (97,99,37). Sum of RGB (Red+Green+Blue) = 97+99+37=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #616325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616325 is #9E9CDA. Grayscale: #5B5B5B. Windows color (decimal): -10394843 or 2450273. OLE color: 2450273.

HSL color Cylindrical-coordinate representation of color #616325: hue angle of 61.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #616325 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 37 -
CMYK 0.02 0 0.63 0.61
HSL 61.94º 0.46% 0.27% -
HSV(B) 61.94º 0.63% 0.39% -
XYZ 9.73 11.6 3.48 -
YUV 91.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 97 99 37 0.02 0 0.63 0.61 61.94 0.46 0.27
Hex 61 63 25 2 0 3F 3D 3E 2E 1B
Octal 141 143 45 2 0 77 75 76 56 33
Binary 1100001 1100011 100101 10 0 111111 111101 111110 101110 11011

Color Harmonies of #616325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616325

Black with #616325

Text Example


Text Example

White with #616325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616325; }

 p { color: rgb(97,99,37); }

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

background-color css

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

 a { background-color: rgb(97,99,37); }

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

border-color css

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

 span { border-color: rgb(97,99,37); }

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