Html Css Color HEX #6D2913 Pueblo

📋 copy color: '#6D2913'

red 109 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #6D2913

Tints of Pueblo #6D2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

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

R = 64.5%
G = 24.26%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D2913 (or 0x6D2913) is known color: Pueblo. HEX triplet: 6D, 29 and 13. RGB value is (109,41,19). Sum of RGB (Red+Green+Blue) = 109+41+19=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2913 is #92D6EC. Grayscale: #3A3A3A. Windows color (decimal): -9623277 or 1255789. OLE color: 1255789.

HSL color Cylindrical-coordinate representation of color #6D2913: hue angle of 14.67º degrees, saturation: 0.7, 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 #6D2913 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 19 -
CMYK 0 0.62 0.83 0.57
HSL 14.67º 0.7% 0.25% -
HSV(B) 14.67º 0.83% 0.43% -
XYZ 7.22 4.88 1.18 -
YUV 58.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 109 41 19 0 0.62 0.83 0.57 14.67 0.7 0.25
Hex 6D 29 13 0 3E 53 39 F 46 19
Octal 155 51 23 0 76 123 71 17 106 31
Binary 1101101 101001 10011 0 111110 1010011 111001 1111 1000110 11001

Color Harmonies of #6D2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2913

Black with #6D2913

Text Example


Text Example

White with #6D2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,19); }

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

background-color css

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

 a { background-color: rgb(109,41,19); }

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

border-color css

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

 span { border-color: rgb(109,41,19); }

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