Html Css Color HEX #6D3019 Pueblo

📋 copy color: '#6D3019'

red 109 ◦ green 48 ◦ blue 25

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

Shades of Pueblo #6D3019

Tints of Pueblo #6D3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 59.89%
G = 26.37%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D3019 (or 0x6D3019) is known color: Pueblo. HEX triplet: 6D, 30 and 19. RGB value is (109,48,25). Sum of RGB (Red+Green+Blue) = 109+48+25=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3019 is #92CFE6. Grayscale: #3F3F3F. Windows color (decimal): -9621479 or 1650797. OLE color: 1650797.

HSL color Cylindrical-coordinate representation of color #6D3019: hue angle of 16.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D3019 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 25 -
CMYK 0 0.56 0.77 0.57
HSL 16.43º 0.63% 0.26% -
HSV(B) 16.43º 0.77% 0.43% -
XYZ 7.54 5.44 1.57 -
YUV 63.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 109 48 25 0 0.56 0.77 0.57 16.43 0.63 0.26
Hex 6D 30 19 0 38 4D 39 10 3F 1A
Octal 155 60 31 0 70 115 71 20 77 32
Binary 1101101 110000 11001 0 111000 1001101 111001 10000 111111 11010

Color Harmonies of #6D3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3019

Black with #6D3019

Text Example


Text Example

White with #6D3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,25); }

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

background-color css

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

 a { background-color: rgb(109,48,25); }

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

border-color css

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

 span { border-color: rgb(109,48,25); }

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