Html Css Color HEX #6E241B Pueblo

📋 copy color: '#6E241B'

red 110 ◦ green 36 ◦ blue 27

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

Shades of Pueblo #6E241B

Tints of Pueblo #6E241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 63.58%
G = 20.81%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E241B (or 0x6E241B) is known color: Pueblo. HEX triplet: 6E, 24 and 1B. RGB value is (110,36,27). Sum of RGB (Red+Green+Blue) = 110+36+27=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E241B is #91DBE4. Grayscale: #393939. Windows color (decimal): -9559013 or 1778798. OLE color: 1778798.

HSL color Cylindrical-coordinate representation of color #6E241B: hue angle of 6.51º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E241B is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 36 27 -
CMYK 0 0.67 0.75 0.57
HSL 6.51º 0.61% 0.27% -
HSV(B) 6.51º 0.75% 0.43% -
XYZ 7.26 4.66 1.55 -
YUV 57.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 110 36 27 0 0.67 0.75 0.57 6.51 0.61 0.27
Hex 6E 24 1B 0 43 4B 39 7 3D 1B
Octal 156 44 33 0 103 113 71 7 75 33
Binary 1101110 100100 11011 0 1000011 1001011 111001 111 111101 11011

Color Harmonies of #6E241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E241B

Black with #6E241B

Text Example


Text Example

White with #6E241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,36,27); }

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

background-color css

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

 a { background-color: rgb(110,36,27); }

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

border-color css

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

 span { border-color: rgb(110,36,27); }

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