Html Css Color HEX #696313 Costa Del Sol

📋 copy color: '#696313'

red 105 ◦ green 99 ◦ blue 19

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

Shades of Costa Del Sol #696313

Tints of Costa Del Sol #696313

RGB

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

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

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

R = 47.09%
G = 44.39%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#696313 (or 0x696313) is known color: Costa Del Sol. HEX triplet: 69, 63 and 13. RGB value is (105,99,19). Sum of RGB (Red+Green+Blue) = 105+99+19=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #696313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696313 is #969CEC. Grayscale: #5C5C5C. Windows color (decimal): -9870573 or 1270633. OLE color: 1270633.

HSL color Cylindrical-coordinate representation of color #696313: hue angle of 55.81º 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 #696313 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 19 -
CMYK 0 0.06 0.82 0.59
HSL 55.81º 0.69% 0.24% -
HSV(B) 55.81º 0.82% 0.41% -
XYZ 10.41 11.97 2.38 -
YUV 91.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 105 99 19 0 0.06 0.82 0.59 55.81 0.69 0.24
Hex 69 63 13 0 6 52 3B 38 45 18
Octal 151 143 23 0 6 122 73 70 105 30
Binary 1101001 1100011 10011 0 110 1010010 111011 111000 1000101 11000

Color Harmonies of #696313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696313

Black with #696313

Text Example


Text Example

White with #696313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696313; }

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

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

background-color css

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

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

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

border-color css

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

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

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