Html Css Color HEX #6D2511 Pueblo

📋 copy color: '#6D2511'

red 109 ◦ green 37 ◦ blue 17

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

Shades of Pueblo #6D2511

Tints of Pueblo #6D2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

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

R = 66.87%
G = 22.7%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D2511 (or 0x6D2511) is known color: Pueblo. HEX triplet: 6D, 25 and 11. RGB value is (109,37,17). Sum of RGB (Red+Green+Blue) = 109+37+17=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2511 is #92DAEE. Grayscale: #383838. Windows color (decimal): -9624303 or 1123693. OLE color: 1123693.

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

Color convert

RGB 109 37 17 -
CMYK 0 0.66 0.84 0.57
HSL 13.04º 0.73% 0.25% -
HSV(B) 13.04º 0.84% 0.43% -
XYZ 7.07 4.61 1.05 -
YUV 56.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 109 37 17 0 0.66 0.84 0.57 13.04 0.73 0.25
Hex 6D 25 11 0 42 54 39 D 49 19
Octal 155 45 21 0 102 124 71 15 111 31
Binary 1101101 100101 10001 0 1000010 1010100 111001 1101 1001001 11001

Color Harmonies of #6D2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2511

Black with #6D2511

Text Example


Text Example

White with #6D2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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