Html Css Color HEX #3D6315 Dell

📋 copy color: '#3D6315'

red 61 ◦ green 99 ◦ blue 21

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

Shades of Dell #3D6315

Tints of Dell #3D6315

RGB

 RED value IS 61 (24.22% from 255) = 33.7%

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 33.7%
G = 54.7%
B = 11.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#3D6315 (or 0x3D6315) is known color: Dell. HEX triplet: 3D, 63 and 15. RGB value is (61,99,21). Sum of RGB (Red+Green+Blue) = 61+99+21=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6315 is #C29CEA. Grayscale: #4F4F4F. Windows color (decimal): -12754155 or 1401661. OLE color: 1401661.

HSL color Cylindrical-coordinate representation of color #3D6315: hue angle of 89.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D6315 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 99 21 -
CMYK 0.38 0 0.79 0.61
HSL 89.23º 0.65% 0.24% -
HSV(B) 89.23º 0.79% 0.39% -
XYZ 6.52 9.97 2.29 -
YUV 78.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 61 99 21 0.38 0 0.79 0.61 89.23 0.65 0.24
Hex 3D 63 15 26 0 4F 3D 59 41 18
Octal 75 143 25 46 0 117 75 131 101 30
Binary 111101 1100011 10101 100110 0 1001111 111101 1011001 1000001 11000

Color Harmonies of #3D6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6315

Black with #3D6315

Text Example


Text Example

White with #3D6315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,21); }

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

background-color css

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

 a { background-color: rgb(61,99,21); }

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

border-color css

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

 span { border-color: rgb(61,99,21); }

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