Html Css Color HEX #698052 Dingley

📋 copy color: '#698052'

red 105 ◦ green 128 ◦ blue 82

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

Shades of Dingley #698052

Tints of Dingley #698052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 33.33%
G = 40.63%
B = 26.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#698052 (or 0x698052) is known color: Dingley. HEX triplet: 69, 80 and 52. RGB value is (105,128,82). Sum of RGB (Red+Green+Blue) = 105+128+82=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #698052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698052 is #967FAD. Grayscale: #747474. Windows color (decimal): -9863086 or 5406825. OLE color: 5406825.

HSL color Cylindrical-coordinate representation of color #698052: hue angle of 90º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698052 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 82 -
CMYK 0.18 0 0.36 0.50
HSL 90º 0.22% 0.41% -
HSV(B) 90º 0.36% 0.5% -
XYZ 15.07 19.05 10.87 -
YUV 115.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 105 128 82 0.18 0 0.36 0.50 90 0.22 0.41
Hex 69 80 52 12 0 24 32 5A 16 29
Octal 151 200 122 22 0 44 62 132 26 51
Binary 1101001 10000000 1010010 10010 0 100100 110010 1011010 10110 101001

Color Harmonies of #698052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698052

Black with #698052

Text Example


Text Example

White with #698052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698052; }

 p { color: rgb(105,128,82); }

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

background-color css

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

 a { background-color: rgb(105,128,82); }

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

border-color css

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

 span { border-color: rgb(105,128,82); }

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