#6B853A

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

Shades of Dingley #6B853A

Tints of Dingley #6B853A

Color information

#6B853A (or 0x6B853A) is unknown color: approx Dingley. HEX triplet: 6B, 85 and 3A. RGB value is (107,133,58). Sum of RGB (Red+Green+Blue) = 107+133+58=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #6B853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B853A is #947AC5. Grayscale: #747474. Windows color (decimal): -9730758 or 3835243. OLE color: 3835243.

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

Color convert

RGB10713358-
CMYK0.2000.560.48
HSL80.8º39.27%37.45%-
HSV(B)80.8º56.39%52.16%-
XYZ15.2120.217.1-
YUV116.6894.89121.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=35.91%
G=44.63%
B=19.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133580.2000.560.4880.839.2737.45
Hex6B853A1403830512725
Octal1532057224070601214745
Binary1101011100001011110101010001110001100001010001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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