Html Css Color HEX #6E3526 Pueblo

📋 copy color: '#6E3526'

red 110 ◦ green 53 ◦ blue 38

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

Shades of Pueblo #6E3526

Tints of Pueblo #6E3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 54.73%
G = 26.37%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E3526 (or 0x6E3526) is known color: Pueblo. HEX triplet: 6E, 35 and 26. RGB value is (110,53,38). Sum of RGB (Red+Green+Blue) = 110+53+38=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3526 is #91CAD9. Grayscale: #444444. Windows color (decimal): -9554650 or 2504046. OLE color: 2504046.

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

Color convert

RGB 110 53 38 -
CMYK 0 0.52 0.65 0.57
HSL 12.5º 0.49% 0.29% -
HSV(B) 12.5º 0.65% 0.43% -
XYZ 8.05 6 2.57 -
YUV 68.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 110 53 38 0 0.52 0.65 0.57 12.5 0.49 0.29
Hex 6E 35 26 0 34 41 39 C 31 1D
Octal 156 65 46 0 64 101 71 14 61 35
Binary 1101110 110101 100110 0 110100 1000001 111001 1100 110001 11101

Color Harmonies of #6E3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3526

Black with #6E3526

Text Example


Text Example

White with #6E3526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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