Html Css Color HEX #698B48 Dingley

📋 copy color: '#698B48'

red 105 ◦ green 139 ◦ blue 72

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

Shades of Dingley #698B48

Tints of Dingley #698B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 33.23%
G = 43.99%
B = 22.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#698B48 (or 0x698B48) is known color: Dingley. HEX triplet: 69, 8B and 48. RGB value is (105,139,72). Sum of RGB (Red+Green+Blue) = 105+139+72=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #698B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B48 is #9674B7. Grayscale: #797979. Windows color (decimal): -9860280 or 4754281. OLE color: 4754281.

HSL color Cylindrical-coordinate representation of color #698B48: hue angle of 90.45º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698B48 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 72 -
CMYK 0.24 0 0.48 0.45
HSL 90.45º 0.32% 0.41% -
HSV(B) 90.45º 0.48% 0.55% -
XYZ 16.23 21.94 9.51 -
YUV 121.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 105 139 72 0.24 0 0.48 0.45 90.45 0.32 0.41
Hex 69 8B 48 18 0 30 2D 5A 20 29
Octal 151 213 110 30 0 60 55 132 40 51
Binary 1101001 10001011 1001000 11000 0 110000 101101 1011010 100000 101001

Color Harmonies of #698B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B48

Black with #698B48

Text Example


Text Example

White with #698B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698B48; }

 p { color: rgb(105,139,72); }

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

background-color css

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

 a { background-color: rgb(105,139,72); }

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

border-color css

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

 span { border-color: rgb(105,139,72); }

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