Html Css Color HEX #426323 Dell

📋 copy color: '#426323'

red 66 ◦ green 99 ◦ blue 35

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

Shades of Dell #426323

Tints of Dell #426323

RGB

 RED value IS 66 (26.17% from 255) = 33%

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

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

R = 33%
G = 49.5%
B = 17.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#426323 (or 0x426323) is known color: Dell. HEX triplet: 42, 63 and 23. RGB value is (66,99,35). Sum of RGB (Red+Green+Blue) = 66+99+35=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #426323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426323 is #BD9CDC. Grayscale: #525252. Windows color (decimal): -12426461 or 2319170. OLE color: 2319170.

HSL color Cylindrical-coordinate representation of color #426323: hue angle of 90.94º 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 #426323 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 35 -
CMYK 0.33 0 0.65 0.61
HSL 90.94º 0.48% 0.26% -
HSV(B) 90.94º 0.65% 0.39% -
XYZ 7.01 10.2 3.19 -
YUV 81.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 66 99 35 0.33 0 0.65 0.61 90.94 0.48 0.26
Hex 42 63 23 21 0 41 3D 5B 30 1A
Octal 102 143 43 41 0 101 75 133 60 32
Binary 1000010 1100011 100011 100001 0 1000001 111101 1011011 110000 11010

Color Harmonies of #426323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426323

Black with #426323

Text Example


Text Example

White with #426323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426323; }

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

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

background-color css

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

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

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

border-color css

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

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

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