Html Css Color HEX #336411 Dell

📋 copy color: '#336411'

red 51 ◦ green 100 ◦ blue 17

#336411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #336411

Tints of Dell #336411

RGB

 RED value IS 51 (20.31% from 255) = 30.36%

 GREEN value IS 100 (39.45% from 255) = 59.52%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 30.36%
G = 59.52%
B = 10.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#336411 (or 0x336411) is known color: Dell. HEX triplet: 33, 64 and 11. RGB value is (51,100,17). Sum of RGB (Red+Green+Blue) = 51+100+17=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #336411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336411 is #CC9BEE. Grayscale: #4C4C4C. Windows color (decimal): -13409263 or 1139763. OLE color: 1139763.

HSL color Cylindrical-coordinate representation of color #336411: hue angle of 95.42º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336411 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 100 17 -
CMYK 0.49 0 0.83 0.61
HSL 95.42º 0.71% 0.23% -
HSV(B) 95.42º 0.83% 0.39% -
XYZ 6.02 9.86 2.12 -
YUV 75.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 51 100 17 0.49 0 0.83 0.61 95.42 0.71 0.23
Hex 33 64 11 31 0 53 3D 5F 47 17
Octal 63 144 21 61 0 123 75 137 107 27
Binary 110011 1100100 10001 110001 0 1010011 111101 1011111 1000111 10111

Color Harmonies of #336411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336411

Black with #336411

Text Example


Text Example

White with #336411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336411; }

 p { color: rgb(51,100,17); }

 H1.HeaderClassName
 {
   color: #336411;
 }
 .AnyTagClassName
 {
   color: #336411;
 }
</style>

background-color css

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

 a { background-color: rgb(51,100,17); }

 div.DivClassName
 {
   background-color: #336411;
 }
 .BgClassName
 {
   background-color: #336411;
 }
</style>

border-color css

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

 span { border-color: rgb(51,100,17); }

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