Html Css Color HEX #696315 Costa Del Sol

📋 copy color: '#696315'

red 105 ◦ green 99 ◦ blue 21

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

Shades of Costa Del Sol #696315

Tints of Costa Del Sol #696315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 46.67%
G = 44%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#696315 (or 0x696315) is known color: Costa Del Sol. HEX triplet: 69, 63 and 15. RGB value is (105,99,21). Sum of RGB (Red+Green+Blue) = 105+99+21=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #696315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696315 is #969CEA. Grayscale: #5C5C5C. Windows color (decimal): -9870571 or 1401705. OLE color: 1401705.

HSL color Cylindrical-coordinate representation of color #696315: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #696315 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 21 -
CMYK 0 0.06 0.80 0.59
HSL 55.71º 0.67% 0.25% -
HSV(B) 55.71º 0.8% 0.41% -
XYZ 10.42 11.98 2.47 -
YUV 91.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 105 99 21 0 0.06 0.80 0.59 55.71 0.67 0.25
Hex 69 63 15 0 6 50 3B 38 43 19
Octal 151 143 25 0 6 120 73 70 103 31
Binary 1101001 1100011 10101 0 110 1010000 111011 111000 1000011 11001

Color Harmonies of #696315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696315

Black with #696315

Text Example


Text Example

White with #696315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696315; }

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

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

background-color css

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

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

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

border-color css

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

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

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