#67754B

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

Shades of Dingley #67754B

Tints of Dingley #67754B

Color information

#67754B (or 0x67754B) is unknown color: approx Dingley. HEX triplet: 67, 75 and 4B. RGB value is (103,117,75). Sum of RGB (Red+Green+Blue) = 103+117+75=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #67754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67754B is #988AB4. Grayscale: #6C6C6C. Windows color (decimal): -9996981 or 4945255. OLE color: 4945255.

HSL color Cylindrical-coordinate representation of color #67754B: hue angle of 80º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67754B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB10311775-
CMYK0.1200.360.54
HSL80º21.88%37.65%-
HSV(B)80º35.9%45.88%-
XYZ13.2216.119.07-
YUV108.03109.36124.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=34.92%
G=39.66%
B=25.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103117750.1200.360.548021.8837.65
Hex67754BC02436501626
Octal14716511314044661202646
Binary11001111110101100101111000100100110110101000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67754B; }

 p { color: rgb(103,117,75); }

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

<style>
 a { background-color: #67754B; }

 a { background-color: rgb(103,117,75); }

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

<style>
 span { border-color: #67754B; }

 span { border-color: rgb(103,117,75); }

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