Html Css Color HEX #69843A Dingley

📋 copy color: '#69843A'

red 105 ◦ green 132 ◦ blue 58

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

Shades of Dingley #69843A

Tints of Dingley #69843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 35.59%
G = 44.75%
B = 19.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#69843A (or 0x69843A) is known color: Dingley. HEX triplet: 69, 84 and 3A. RGB value is (105,132,58). Sum of RGB (Red+Green+Blue) = 105+132+58=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #69843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69843A is #967BC5. Grayscale: #737373. Windows color (decimal): -9862086 or 3834985. OLE color: 3834985.

HSL color Cylindrical-coordinate representation of color #69843A: hue angle of 81.89º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69843A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 58 -
CMYK 0.20 0 0.56 0.48
HSL 81.89º 0.39% 0.37% -
HSV(B) 81.89º 0.56% 0.52% -
XYZ 14.84 19.81 7.04 -
YUV 115.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 105 132 58 0.20 0 0.56 0.48 81.89 0.39 0.37
Hex 69 84 3A 14 0 38 30 52 27 25
Octal 151 204 72 24 0 70 60 122 47 45
Binary 1101001 10000100 111010 10100 0 111000 110000 1010010 100111 100101

Color Harmonies of #69843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69843A

Black with #69843A

Text Example


Text Example

White with #69843A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,132,58); }

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

background-color css

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

 a { background-color: rgb(105,132,58); }

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

border-color css

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

 span { border-color: rgb(105,132,58); }

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