Html Css Color HEX #606328 Costa Del Sol

📋 copy color: '#606328'

red 96 ◦ green 99 ◦ blue 40

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

Shades of Costa Del Sol #606328

Tints of Costa Del Sol #606328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 40.85%
G = 42.13%
B = 17.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#606328 (or 0x606328) is known color: Costa Del Sol. HEX triplet: 60, 63 and 28. RGB value is (96,99,40). Sum of RGB (Red+Green+Blue) = 96+99+40=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #606328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606328 is #9F9CD7. Grayscale: #5B5B5B. Windows color (decimal): -10460376 or 2646880. OLE color: 2646880.

HSL color Cylindrical-coordinate representation of color #606328: hue angle of 63.05º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606328 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 40 -
CMYK 0.03 0 0.60 0.61
HSL 63.05º 0.42% 0.27% -
HSV(B) 63.05º 0.6% 0.39% -
XYZ 9.67 11.56 3.73 -
YUV 91.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 96 99 40 0.03 0 0.60 0.61 63.05 0.42 0.27
Hex 60 63 28 3 0 3C 3D 3F 2A 1B
Octal 140 143 50 3 0 74 75 77 52 33
Binary 1100000 1100011 101000 11 0 111100 111101 111111 101010 11011

Color Harmonies of #606328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606328

Black with #606328

Text Example


Text Example

White with #606328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606328; }

 p { color: rgb(96,99,40); }

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

background-color css

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

 a { background-color: rgb(96,99,40); }

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

border-color css

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

 span { border-color: rgb(96,99,40); }

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