Html Css Color HEX #6E3023 Pueblo

📋 copy color: '#6E3023'

red 110 ◦ green 48 ◦ blue 35

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

Shades of Pueblo #6E3023

Tints of Pueblo #6E3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

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

R = 56.99%
G = 24.87%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E3023 (or 0x6E3023) is known color: Pueblo. HEX triplet: 6E, 30 and 23. RGB value is (110,48,35). Sum of RGB (Red+Green+Blue) = 110+48+35=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3023 is #91CFDC. Grayscale: #414141. Windows color (decimal): -9555933 or 2306158. OLE color: 2306158.

HSL color Cylindrical-coordinate representation of color #6E3023: hue angle of 10.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 #6E3023 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 48 35 -
CMYK 0 0.56 0.68 0.57
HSL 10.4º 0.52% 0.28% -
HSV(B) 10.4º 0.68% 0.43% -
XYZ 7.79 5.55 2.25 -
YUV 65.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 110 48 35 0 0.56 0.68 0.57 10.4 0.52 0.28
Hex 6E 30 23 0 38 44 39 A 34 1C
Octal 156 60 43 0 70 104 71 12 64 34
Binary 1101110 110000 100011 0 111000 1000100 111001 1010 110100 11100

Color Harmonies of #6E3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3023

Black with #6E3023

Text Example


Text Example

White with #6E3023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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