Html Css Color HEX #606229 Costa Del Sol

📋 copy color: '#606229'

red 96 ◦ green 98 ◦ blue 41

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

Shades of Costa Del Sol #606229

Tints of Costa Del Sol #606229

RGB

 RED value IS 96 (37.89% from 255) = 40.85%

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 40.85%
G = 41.7%
B = 17.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#606229 (or 0x606229) is known color: Costa Del Sol. HEX triplet: 60, 62 and 29. RGB value is (96,98,41). Sum of RGB (Red+Green+Blue) = 96+98+41=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #606229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606229 is #9F9DD6. Grayscale: #5B5B5B. Windows color (decimal): -10460631 or 2712160. OLE color: 2712160.

HSL color Cylindrical-coordinate representation of color #606229: hue angle of 62.11º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606229 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 41 -
CMYK 0.02 0 0.58 0.62
HSL 62.11º 0.41% 0.27% -
HSV(B) 62.11º 0.58% 0.38% -
XYZ 9.59 11.38 3.79 -
YUV 90.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 96 98 41 0.02 0 0.58 0.62 62.11 0.41 0.27
Hex 60 62 29 2 0 3A 3E 3E 29 1B
Octal 140 142 51 2 0 72 76 76 51 33
Binary 1100000 1100010 101001 10 0 111010 111110 111110 101001 11011

Color Harmonies of #606229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606229

Black with #606229

Text Example


Text Example

White with #606229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606229; }

 p { color: rgb(96,98,41); }

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

background-color css

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

 a { background-color: rgb(96,98,41); }

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

border-color css

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

 span { border-color: rgb(96,98,41); }

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