Html Css Color HEX #665F01 Costa Del Sol

📋 copy color: '#665F01'

red 102 ◦ green 95 ◦ blue 1

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

Shades of Costa Del Sol #665F01

Tints of Costa Del Sol #665F01

RGB

 RED value IS 102 (40.23% from 255) = 51.52%

 GREEN value IS 95 (37.5% from 255) = 47.98%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 51.52%
G = 47.98%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#665F01 (or 0x665F01) is known color: Costa Del Sol. HEX triplet: 66, 5F and 01. RGB value is (102,95,1). Sum of RGB (Red+Green+Blue) = 102+95+1=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #665F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F01 is #99A0FE. Grayscale: #565656. Windows color (decimal): -10068223 or 89958. OLE color: 89958.

HSL color Cylindrical-coordinate representation of color #665F01: hue angle of 55.84º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #665F01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 1 -
CMYK 0 0.07 0.99 0.6
HSL 55.84º 0.98% 0.2% -
HSV(B) 55.84º 0.99% 0.4% -
XYZ 9.58 11.01 1.65 -
YUV 86.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 102 95 1 0 0.07 0.99 0.6 55.84 0.98 0.2
Hex 66 5F 1 0 7 63 3C 38 62 14
Octal 146 137 1 0 7 143 74 70 142 24
Binary 1100110 1011111 1 0 111 1100011 111100 111000 1100010 10100

Color Harmonies of #665F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F01

Black with #665F01

Text Example


Text Example

White with #665F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F01; }

 p { color: rgb(102,95,1); }

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

background-color css

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

 a { background-color: rgb(102,95,1); }

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

border-color css

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

 span { border-color: rgb(102,95,1); }

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