Html Css Color HEX #69843F Dingley

📋 copy color: '#69843F'

red 105 ◦ green 132 ◦ blue 63

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

Shades of Dingley #69843F

Tints of Dingley #69843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 35%
G = 44%
B = 21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#69843F (or 0x69843F) is known color: Dingley. HEX triplet: 69, 84 and 3F. RGB value is (105,132,63). Sum of RGB (Red+Green+Blue) = 105+132+63=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #69843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69843F is #967BC0. Grayscale: #747474. Windows color (decimal): -9862081 or 4162665. OLE color: 4162665.

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

Color convert

RGB 105 132 63 -
CMYK 0.20 0 0.52 0.48
HSL 83.48º 0.35% 0.38% -
HSV(B) 83.48º 0.52% 0.52% -
XYZ 14.97 19.86 7.75 -
YUV 116.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 105 132 63 0.20 0 0.52 0.48 83.48 0.35 0.38
Hex 69 84 3F 14 0 34 30 53 23 26
Octal 151 204 77 24 0 64 60 123 43 46
Binary 1101001 10000100 111111 10100 0 110100 110000 1010011 100011 100110

Color Harmonies of #69843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69843F

Black with #69843F

Text Example


Text Example

White with #69843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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