#69883A

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

Shades of Dingley #69883A

Tints of Dingley #69883A

Color information

#69883A (or 0x69883A) is unknown color: approx Dingley. HEX triplet: 69, 88 and 3A. RGB value is (105,136,58). Sum of RGB (Red+Green+Blue) = 105+136+58=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #69883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69883A is #9677C5. Grayscale: #767676. Windows color (decimal): -9861062 or 3836009. OLE color: 3836009.

HSL color Cylindrical-coordinate representation of color #69883A: hue angle of 83.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69883A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB10513658-
CMYK0.2300.570.47
HSL83.85º40.21%38.04%-
HSV(B)83.85º57.35%53.33%-
XYZ15.3920.927.23-
YUV117.8494.23118.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=35.12%
G=45.48%
B=19.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136580.2300.570.4783.8540.2138.04
Hex69883A170392F542826
Octal1512107227071571245046
Binary1101001100010001110101011101110011011111010100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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