Html Css Color HEX #696319 Costa Del Sol

📋 copy color: '#696319'

red 105 ◦ green 99 ◦ blue 25

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

Shades of Costa Del Sol #696319

Tints of Costa Del Sol #696319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 45.85%
G = 43.23%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#696319 (or 0x696319) is known color: Costa Del Sol. HEX triplet: 69, 63 and 19. RGB value is (105,99,25). Sum of RGB (Red+Green+Blue) = 105+99+25=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #696319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696319 is #969CE6. Grayscale: #5C5C5C. Windows color (decimal): -9870567 or 1663849. OLE color: 1663849.

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

Color convert

RGB 105 99 25 -
CMYK 0 0.06 0.76 0.59
HSL 55.5º 0.62% 0.25% -
HSV(B) 55.5º 0.76% 0.41% -
XYZ 10.46 12 2.68 -
YUV 92.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 105 99 25 0 0.06 0.76 0.59 55.5 0.62 0.25
Hex 69 63 19 0 6 4C 3B 38 3E 19
Octal 151 143 31 0 6 114 73 70 76 31
Binary 1101001 1100011 11001 0 110 1001100 111011 111000 111110 11001

Color Harmonies of #696319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696319

Black with #696319

Text Example


Text Example

White with #696319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696319; }

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

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

background-color css

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

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

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

border-color css

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

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

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