Html Css Color HEX #6E2F23 Pueblo

📋 copy color: '#6E2F23'

red 110 ◦ green 47 ◦ blue 35

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

Shades of Pueblo #6E2F23

Tints of Pueblo #6E2F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

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

R = 57.29%
G = 24.48%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E2F23 (or 0x6E2F23) is known color: Pueblo. HEX triplet: 6E, 2F and 23. RGB value is (110,47,35). Sum of RGB (Red+Green+Blue) = 110+47+35=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2F23 is #91D0DC. Grayscale: #404040. Windows color (decimal): -9556189 or 2305902. OLE color: 2305902.

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

Color convert

RGB 110 47 35 -
CMYK 0 0.57 0.68 0.57
HSL 9.6º 0.52% 0.28% -
HSV(B) 9.6º 0.68% 0.43% -
XYZ 7.75 5.47 2.24 -
YUV 64.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 110 47 35 0 0.57 0.68 0.57 9.6 0.52 0.28
Hex 6E 2F 23 0 39 44 39 A 34 1C
Octal 156 57 43 0 71 104 71 12 64 34
Binary 1101110 101111 100011 0 111001 1000100 111001 1010 110100 11100

Color Harmonies of #6E2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2F23

Black with #6E2F23

Text Example


Text Example

White with #6E2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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