Html Css Color HEX #6E2815 Pueblo

📋 copy color: '#6E2815'

red 110 ◦ green 40 ◦ blue 21

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

Shades of Pueblo #6E2815

Tints of Pueblo #6E2815

RGB

 RED value IS 110 (43.36% from 255) = 64.33%

 GREEN value IS 40 (16.02% from 255) = 23.39%

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

R = 64.33%
G = 23.39%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6E2815 (or 0x6E2815) is known color: Pueblo. HEX triplet: 6E, 28 and 15. RGB value is (110,40,21). Sum of RGB (Red+Green+Blue) = 110+40+21=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2815 is #91D7EA. Grayscale: #3A3A3A. Windows color (decimal): -9557995 or 1386606. OLE color: 1386606.

HSL color Cylindrical-coordinate representation of color #6E2815: hue angle of 12.81º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2815 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 40 21 -
CMYK 0 0.64 0.81 0.57
HSL 12.81º 0.68% 0.26% -
HSV(B) 12.81º 0.81% 0.43% -
XYZ 7.32 4.89 1.27 -
YUV 58.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 110 40 21 0 0.64 0.81 0.57 12.81 0.68 0.26
Hex 6E 28 15 0 40 51 39 D 44 1A
Octal 156 50 25 0 100 121 71 15 104 32
Binary 1101110 101000 10101 0 1000000 1010001 111001 1101 1000100 11010

Color Harmonies of #6E2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2815

Black with #6E2815

Text Example


Text Example

White with #6E2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E2815; }

 p { color: rgb(110,40,21); }

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

background-color css

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

 a { background-color: rgb(110,40,21); }

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

border-color css

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

 span { border-color: rgb(110,40,21); }

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