#69853A

Color #69853A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #69853A

Tints of Dingley #69853A

Color information

#69853A (or 0x69853A) is unknown color: approx Dingley. HEX triplet: 69, 85 and 3A. RGB value is (105,133,58). Sum of RGB (Red+Green+Blue) = 105+133+58=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #69853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69853A is #967AC5. Grayscale: #747474. Windows color (decimal): -9861830 or 3835241. OLE color: 3835241.

HSL color Cylindrical-coordinate representation of color #69853A: hue angle of 82.4º 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 #69853A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB10513358-
CMYK0.2100.560.48
HSL82.4º39.27%37.45%-
HSV(B)82.4º56.39%52.16%-
XYZ14.9820.087.09-
YUV116.0895.22120.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=35.47%
G=44.93%
B=19.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133580.2100.560.4882.439.2737.45
Hex69853A1503830522725
Octal1512057225070601224745
Binary1101001100001011110101010101110001100001010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69853A;
 }
 .AnyTagClassName
 {
   color: #69853A;
 }
</style>
background-color css

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

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

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

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

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

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