Html Css Color HEX #6E3523 Pueblo

📋 copy color: '#6E3523'

red 110 ◦ green 53 ◦ blue 35

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

Shades of Pueblo #6E3523

Tints of Pueblo #6E3523

RGB

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

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

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

R = 55.56%
G = 26.77%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E3523 (or 0x6E3523) is known color: Pueblo. HEX triplet: 6E, 35 and 23. RGB value is (110,53,35). Sum of RGB (Red+Green+Blue) = 110+53+35=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3523 is #91CADC. Grayscale: #444444. Windows color (decimal): -9554653 or 2307438. OLE color: 2307438.

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

Color convert

RGB 110 53 35 -
CMYK 0 0.52 0.68 0.57
HSL 14.4º 0.52% 0.28% -
HSV(B) 14.4º 0.68% 0.43% -
XYZ 8.01 5.98 2.32 -
YUV 67.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 110 53 35 0 0.52 0.68 0.57 14.4 0.52 0.28
Hex 6E 35 23 0 34 44 39 E 34 1C
Octal 156 65 43 0 64 104 71 16 64 34
Binary 1101110 110101 100011 0 110100 1000100 111001 1110 110100 11100

Color Harmonies of #6E3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3523

Black with #6E3523

Text Example


Text Example

White with #6E3523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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