Html Css Color HEX #6E2413 Pueblo

📋 copy color: '#6E2413'

red 110 ◦ green 36 ◦ blue 19

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

Shades of Pueblo #6E2413

Tints of Pueblo #6E2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 66.67%
G = 21.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6E2413 (or 0x6E2413) is known color: Pueblo. HEX triplet: 6E, 24 and 13. RGB value is (110,36,19). Sum of RGB (Red+Green+Blue) = 110+36+19=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2413 is #91DBEC. Grayscale: #383838. Windows color (decimal): -9559021 or 1254510. OLE color: 1254510.

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

Color convert

RGB 110 36 19 -
CMYK 0 0.67 0.83 0.57
HSL 11.21º 0.71% 0.25% -
HSV(B) 11.21º 0.83% 0.43% -
XYZ 7.18 4.62 1.13 -
YUV 56.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 110 36 19 0 0.67 0.83 0.57 11.21 0.71 0.25
Hex 6E 24 13 0 43 53 39 B 47 19
Octal 156 44 23 0 103 123 71 13 107 31
Binary 1101110 100100 10011 0 1000011 1010011 111001 1011 1000111 11001

Color Harmonies of #6E2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2413

Black with #6E2413

Text Example


Text Example

White with #6E2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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