Html Css Color HEX #6E2D25 Pueblo

📋 copy color: '#6E2D25'

red 110 ◦ green 45 ◦ blue 37

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

Shades of Pueblo #6E2D25

Tints of Pueblo #6E2D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.44%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 57.29%
G = 23.44%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E2D25 (or 0x6E2D25) is known color: Pueblo. HEX triplet: 6E, 2D and 25. RGB value is (110,45,37). Sum of RGB (Red+Green+Blue) = 110+45+37=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2D25 is #91D2DA. Grayscale: #3F3F3F. Windows color (decimal): -9556699 or 2436462. OLE color: 2436462.

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

Color convert

RGB 110 45 37 -
CMYK 0 0.59 0.66 0.57
HSL 6.58º 0.5% 0.29% -
HSV(B) 6.58º 0.66% 0.43% -
XYZ 7.7 5.33 2.37 -
YUV 63.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 110 45 37 0 0.59 0.66 0.57 6.58 0.5 0.29
Hex 6E 2D 25 0 3B 42 39 7 32 1D
Octal 156 55 45 0 73 102 71 7 62 35
Binary 1101110 101101 100101 0 111011 1000010 111001 111 110010 11101

Color Harmonies of #6E2D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2D25

Black with #6E2D25

Text Example


Text Example

White with #6E2D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,37); }

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

background-color css

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

 a { background-color: rgb(110,45,37); }

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

border-color css

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

 span { border-color: rgb(110,45,37); }

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