Html Css Color HEX #69894A Dingley

📋 copy color: '#69894A'

red 105 ◦ green 137 ◦ blue 74

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

Shades of Dingley #69894A

Tints of Dingley #69894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 33.23%
G = 43.35%
B = 23.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#69894A (or 0x69894A) is known color: Dingley. HEX triplet: 69, 89 and 4A. RGB value is (105,137,74). Sum of RGB (Red+Green+Blue) = 105+137+74=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #69894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69894A is #9676B5. Grayscale: #787878. Windows color (decimal): -9860790 or 4884841. OLE color: 4884841.

HSL color Cylindrical-coordinate representation of color #69894A: hue angle of 90.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69894A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 74 -
CMYK 0.23 0 0.46 0.46
HSL 90.48º 0.3% 0.41% -
HSV(B) 90.48º 0.46% 0.54% -
XYZ 16.01 21.39 9.76 -
YUV 120.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 105 137 74 0.23 0 0.46 0.46 90.48 0.3 0.41
Hex 69 89 4A 17 0 2E 2E 5A 1E 29
Octal 151 211 112 27 0 56 56 132 36 51
Binary 1101001 10001001 1001010 10111 0 101110 101110 1011010 11110 101001

Color Harmonies of #69894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69894A

Black with #69894A

Text Example


Text Example

White with #69894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69894A; }

 p { color: rgb(105,137,74); }

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

background-color css

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

 a { background-color: rgb(105,137,74); }

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

border-color css

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

 span { border-color: rgb(105,137,74); }

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