#6B823D

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

Shades of Dingley #6B823D

Tints of Dingley #6B823D

Color information

#6B823D (or 0x6B823D) is unknown color: approx Dingley. HEX triplet: 6B, 82 and 3D. RGB value is (107,130,61). Sum of RGB (Red+Green+Blue) = 107+130+61=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #6B823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B823D is #947DC2. Grayscale: #737373. Windows color (decimal): -9731523 or 4031083. OLE color: 4031083.

HSL color Cylindrical-coordinate representation of color #6B823D: hue angle of 80º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B823D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10713061-
CMYK0.1800.530.49
HSL80º36.13%37.45%-
HSV(B)80º53.08%50.98%-
XYZ14.8919.437.38-
YUV115.2697.38122.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=35.91%
G=43.62%
B=20.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130610.1800.530.498036.1337.45
Hex6B823D1203531502425
Octal1532027522065611204445
Binary1101011100000101111011001001101011100011010000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B823D; }

 p { color: rgb(107,130,61); }

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

<style>
 a { background-color: #6B823D; }

 a { background-color: rgb(107,130,61); }

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

<style>
 span { border-color: #6B823D; }

 span { border-color: rgb(107,130,61); }

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