Html Css Color HEX #406323 Dell

📋 copy color: '#406323'

red 64 ◦ green 99 ◦ blue 35

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

Shades of Dell #406323

Tints of Dell #406323

RGB

 RED value IS 64 (25.39% from 255) = 32.32%

 GREEN value IS 99 (39.06% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 32.32%
G = 50%
B = 17.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#406323 (or 0x406323) is known color: Dell. HEX triplet: 40, 63 and 23. RGB value is (64,99,35). Sum of RGB (Red+Green+Blue) = 64+99+35=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #406323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406323 is #BF9CDC. Grayscale: #515151. Windows color (decimal): -12557533 or 2319168. OLE color: 2319168.

HSL color Cylindrical-coordinate representation of color #406323: hue angle of 92.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406323 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 35 -
CMYK 0.35 0 0.65 0.61
HSL 92.81º 0.48% 0.26% -
HSV(B) 92.81º 0.65% 0.39% -
XYZ 6.88 10.14 3.18 -
YUV 81.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 64 99 35 0.35 0 0.65 0.61 92.81 0.48 0.26
Hex 40 63 23 23 0 41 3D 5D 30 1A
Octal 100 143 43 43 0 101 75 135 60 32
Binary 1000000 1100011 100011 100011 0 1000001 111101 1011101 110000 11010

Color Harmonies of #406323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406323

Black with #406323

Text Example


Text Example

White with #406323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406323; }

 p { color: rgb(64,99,35); }

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

background-color css

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

 a { background-color: rgb(64,99,35); }

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

border-color css

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

 span { border-color: rgb(64,99,35); }

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