#3D661C

Color #3D661C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3D661C

Tints of Dell #3D661C

Color information

#3D661C (or 0x3D661C) is unknown color: approx Dell. HEX triplet: 3D, 66 and 1C. RGB value is (61,102,28). Sum of RGB (Red+Green+Blue) = 61+102+28=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #3D661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D661C is #C299E3. Grayscale: #515151. Windows color (decimal): -12753380 or 1861181. OLE color: 1861181.

HSL color Cylindrical-coordinate representation of color #3D661C: hue angle of 93.24º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D661C is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB6110228-
CMYK0.4000.730.6
HSL93.24º56.92%25.49%-
HSV(B)93.24º72.55%40%-
XYZ6.8910.582.78-
YUV81.3197.92113.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.94%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=31.94%
G=53.40%
B=14.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102280.4000.730.693.2456.9225.49
Hex3D661C280493C5d3919
Octal7514634500111741357131
Binary11110111001101110010100001001001111100101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D661C; }

 p { color: rgb(61,102,28); }

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

<style>
 a { background-color: #3D661C; }

 a { background-color: rgb(61,102,28); }

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

<style>
 span { border-color: #3D661C; }

 span { border-color: rgb(61,102,28); }

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