Html Css Color HEX #6D2411 Pueblo

📋 copy color: '#6D2411'

red 109 ◦ green 36 ◦ blue 17

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

Shades of Pueblo #6D2411

Tints of Pueblo #6D2411

RGB

 RED value IS 109 (42.97% from 255) = 67.28%

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

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 67.28%
G = 22.22%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D2411 (or 0x6D2411) is known color: Pueblo. HEX triplet: 6D, 24 and 11. RGB value is (109,36,17). Sum of RGB (Red+Green+Blue) = 109+36+17=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2411 is #92DBEE. Grayscale: #373737. Windows color (decimal): -9624559 or 1123437. OLE color: 1123437.

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

Color convert

RGB 109 36 17 -
CMYK 0 0.67 0.84 0.57
HSL 12.39º 0.73% 0.25% -
HSV(B) 12.39º 0.84% 0.43% -
XYZ 7.04 4.55 1.04 -
YUV 55.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 109 36 17 0 0.67 0.84 0.57 12.39 0.73 0.25
Hex 6D 24 11 0 43 54 39 C 49 19
Octal 155 44 21 0 103 124 71 14 111 31
Binary 1101101 100100 10001 0 1000011 1010100 111001 1100 1001001 11001

Color Harmonies of #6D2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2411

Black with #6D2411

Text Example


Text Example

White with #6D2411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,36,17); }

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

background-color css

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

 a { background-color: rgb(109,36,17); }

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

border-color css

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

 span { border-color: rgb(109,36,17); }

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