Html Css Color HEX #69814D Dingley

📋 copy color: '#69814D'

red 105 ◦ green 129 ◦ blue 77

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

Shades of Dingley #69814D

Tints of Dingley #69814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 33.76%
G = 41.48%
B = 24.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#69814D (or 0x69814D) is known color: Dingley. HEX triplet: 69, 81 and 4D. RGB value is (105,129,77). Sum of RGB (Red+Green+Blue) = 105+129+77=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #69814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69814D is #967EB2. Grayscale: #747474. Windows color (decimal): -9862835 or 5079401. OLE color: 5079401.

HSL color Cylindrical-coordinate representation of color #69814D: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69814D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 77 -
CMYK 0.19 0 0.40 0.49
HSL 87.69º 0.25% 0.4% -
HSV(B) 87.69º 0.4% 0.51% -
XYZ 15.02 19.24 9.94 -
YUV 115.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 105 129 77 0.19 0 0.40 0.49 87.69 0.25 0.4
Hex 69 81 4D 13 0 28 31 58 19 28
Octal 151 201 115 23 0 50 61 130 31 50
Binary 1101001 10000001 1001101 10011 0 101000 110001 1011000 11001 101000

Color Harmonies of #69814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69814D

Black with #69814D

Text Example


Text Example

White with #69814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69814D; }

 p { color: rgb(105,129,77); }

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

background-color css

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

 a { background-color: rgb(105,129,77); }

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

border-color css

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

 span { border-color: rgb(105,129,77); }

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