Html Css Color HEX #698552 Dingley

📋 copy color: '#698552'

red 105 ◦ green 133 ◦ blue 82

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

Shades of Dingley #698552

Tints of Dingley #698552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 32.81%
G = 41.56%
B = 25.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#698552 (or 0x698552) is known color: Dingley. HEX triplet: 69, 85 and 52. RGB value is (105,133,82). Sum of RGB (Red+Green+Blue) = 105+133+82=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #698552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698552 is #967AAD. Grayscale: #767676. Windows color (decimal): -9861806 or 5408105. OLE color: 5408105.

HSL color Cylindrical-coordinate representation of color #698552: hue angle of 92.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698552 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 82 -
CMYK 0.21 0 0.38 0.48
HSL 92.94º 0.24% 0.42% -
HSV(B) 92.94º 0.38% 0.52% -
XYZ 15.74 20.39 11.09 -
YUV 118.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 105 133 82 0.21 0 0.38 0.48 92.94 0.24 0.42
Hex 69 85 52 15 0 26 30 5D 18 2A
Octal 151 205 122 25 0 46 60 135 30 52
Binary 1101001 10000101 1010010 10101 0 100110 110000 1011101 11000 101010

Color Harmonies of #698552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698552

Black with #698552

Text Example


Text Example

White with #698552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698552; }

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

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

background-color css

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

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

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

border-color css

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

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

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