Html Css Color HEX #6D2720 Pueblo

📋 copy color: '#6D2720'

red 109 ◦ green 39 ◦ blue 32

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

Shades of Pueblo #6D2720

Tints of Pueblo #6D2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 60.56%
G = 21.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D2720 (or 0x6D2720) is known color: Pueblo. HEX triplet: 6D, 27 and 20. RGB value is (109,39,32). Sum of RGB (Red+Green+Blue) = 109+39+32=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2720 is #92D8DF. Grayscale: #3B3B3B. Windows color (decimal): -9623776 or 2107245. OLE color: 2107245.

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

Color convert

RGB 109 39 32 -
CMYK 0 0.64 0.71 0.57
HSL 5.45º 0.55% 0.28% -
HSV(B) 5.45º 0.71% 0.43% -
XYZ 7.29 4.81 1.91 -
YUV 59.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 109 39 32 0 0.64 0.71 0.57 5.45 0.55 0.28
Hex 6D 27 20 0 40 47 39 5 37 1C
Octal 155 47 40 0 100 107 71 5 67 34
Binary 1101101 100111 100000 0 1000000 1000111 111001 101 110111 11100

Color Harmonies of #6D2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2720

Black with #6D2720

Text Example


Text Example

White with #6D2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,32); }

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

background-color css

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

 a { background-color: rgb(109,39,32); }

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

border-color css

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

 span { border-color: rgb(109,39,32); }

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