Html Css Color HEX #6E3528 Pueblo

📋 copy color: '#6E3528'

red 110 ◦ green 53 ◦ blue 40

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

Shades of Pueblo #6E3528

Tints of Pueblo #6E3528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 54.19%
G = 26.11%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E3528 (or 0x6E3528) is known color: Pueblo. HEX triplet: 6E, 35 and 28. RGB value is (110,53,40). Sum of RGB (Red+Green+Blue) = 110+53+40=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3528 is #91CAD7. Grayscale: #444444. Windows color (decimal): -9554648 or 2635118. OLE color: 2635118.

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

Color convert

RGB 110 53 40 -
CMYK 0 0.52 0.64 0.57
HSL 11.14º 0.47% 0.29% -
HSV(B) 11.14º 0.64% 0.43% -
XYZ 8.09 6.01 2.74 -
YUV 68.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 110 53 40 0 0.52 0.64 0.57 11.14 0.47 0.29
Hex 6E 35 28 0 34 40 39 B 2F 1D
Octal 156 65 50 0 64 100 71 13 57 35
Binary 1101110 110101 101000 0 110100 1000000 111001 1011 101111 11101

Color Harmonies of #6E3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3528

Black with #6E3528

Text Example


Text Example

White with #6E3528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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