Html Css Color HEX #6D2E1E Pueblo

📋 copy color: '#6D2E1E'

red 109 ◦ green 46 ◦ blue 30

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

Shades of Pueblo #6D2E1E

Tints of Pueblo #6D2E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.86%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 58.92%
G = 24.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D2E1E (or 0x6D2E1E) is known color: Pueblo. HEX triplet: 6D, 2E and 1E. RGB value is (109,46,30). Sum of RGB (Red+Green+Blue) = 109+46+30=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E1E is #92D1E1. Grayscale: #3F3F3F. Windows color (decimal): -9621986 or 1977965. OLE color: 1977965.

HSL color Cylindrical-coordinate representation of color #6D2E1E: hue angle of 12.15º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D2E1E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 46 30 -
CMYK 0 0.58 0.72 0.57
HSL 12.15º 0.57% 0.27% -
HSV(B) 12.15º 0.72% 0.43% -
XYZ 7.52 5.3 1.85 -
YUV 63.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 109 46 30 0 0.58 0.72 0.57 12.15 0.57 0.27
Hex 6D 2E 1E 0 3A 48 39 C 39 1B
Octal 155 56 36 0 72 110 71 14 71 33
Binary 1101101 101110 11110 0 111010 1001000 111001 1100 111001 11011

Color Harmonies of #6D2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E1E

Black with #6D2E1E

Text Example


Text Example

White with #6D2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,46,30); }

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

background-color css

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

 a { background-color: rgb(109,46,30); }

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

border-color css

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

 span { border-color: rgb(109,46,30); }

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