Html Css Color HEX #696213 Costa Del Sol

📋 copy color: '#696213'

red 105 ◦ green 98 ◦ blue 19

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

Shades of Costa Del Sol #696213

Tints of Costa Del Sol #696213

RGB

 RED value IS 105 (41.41% from 255) = 47.3%

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 47.3%
G = 44.14%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#696213 (or 0x696213) is known color: Costa Del Sol. HEX triplet: 69, 62 and 13. RGB value is (105,98,19). Sum of RGB (Red+Green+Blue) = 105+98+19=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #696213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696213 is #969DEC. Grayscale: #5B5B5B. Windows color (decimal): -9870829 or 1270377. OLE color: 1270377.

HSL color Cylindrical-coordinate representation of color #696213: hue angle of 55.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #696213 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 19 -
CMYK 0 0.07 0.82 0.59
HSL 55.12º 0.69% 0.24% -
HSV(B) 55.12º 0.82% 0.41% -
XYZ 10.31 11.79 2.35 -
YUV 91.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 105 98 19 0 0.07 0.82 0.59 55.12 0.69 0.24
Hex 69 62 13 0 7 52 3B 37 45 18
Octal 151 142 23 0 7 122 73 67 105 30
Binary 1101001 1100010 10011 0 111 1010010 111011 110111 1000101 11000

Color Harmonies of #696213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696213

Black with #696213

Text Example


Text Example

White with #696213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696213; }

 p { color: rgb(105,98,19); }

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

background-color css

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

 a { background-color: rgb(105,98,19); }

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

border-color css

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

 span { border-color: rgb(105,98,19); }

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