Html Css Color HEX #6D2814 Pueblo

📋 copy color: '#6D2814'

red 109 ◦ green 40 ◦ blue 20

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

Shades of Pueblo #6D2814

Tints of Pueblo #6D2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 64.5%
G = 23.67%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D2814 (or 0x6D2814) is known color: Pueblo. HEX triplet: 6D, 28 and 14. RGB value is (109,40,20). Sum of RGB (Red+Green+Blue) = 109+40+20=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2814 is #92D7EB. Grayscale: #3A3A3A. Windows color (decimal): -9623532 or 1321069. OLE color: 1321069.

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

Color convert

RGB 109 40 20 -
CMYK 0 0.63 0.82 0.57
HSL 13.48º 0.69% 0.25% -
HSV(B) 13.48º 0.82% 0.43% -
XYZ 7.19 4.82 1.21 -
YUV 58.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 109 40 20 0 0.63 0.82 0.57 13.48 0.69 0.25
Hex 6D 28 14 0 3F 52 39 D 45 19
Octal 155 50 24 0 77 122 71 15 105 31
Binary 1101101 101000 10100 0 111111 1010010 111001 1101 1000101 11001

Color Harmonies of #6D2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2814

Black with #6D2814

Text Example


Text Example

White with #6D2814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,20); }

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

background-color css

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

 a { background-color: rgb(109,40,20); }

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

border-color css

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

 span { border-color: rgb(109,40,20); }

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