Html Css Color HEX #6D331E Pueblo

📋 copy color: '#6D331E'

red 109 ◦ green 51 ◦ blue 30

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

Shades of Pueblo #6D331E

Tints of Pueblo #6D331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

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

R = 57.37%
G = 26.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D331E (or 0x6D331E) is known color: Pueblo. HEX triplet: 6D, 33 and 1E. RGB value is (109,51,30). Sum of RGB (Red+Green+Blue) = 109+51+30=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D331E is #92CCE1. Grayscale: #424242. Windows color (decimal): -9620706 or 1979245. OLE color: 1979245.

HSL color Cylindrical-coordinate representation of color #6D331E: hue angle of 15.95º 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 #6D331E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 51 30 -
CMYK 0 0.53 0.72 0.57
HSL 15.95º 0.57% 0.27% -
HSV(B) 15.95º 0.72% 0.43% -
XYZ 7.72 5.71 1.92 -
YUV 65.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 109 51 30 0 0.53 0.72 0.57 15.95 0.57 0.27
Hex 6D 33 1E 0 35 48 39 10 39 1B
Octal 155 63 36 0 65 110 71 20 71 33
Binary 1101101 110011 11110 0 110101 1001000 111001 10000 111001 11011

Color Harmonies of #6D331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D331E

Black with #6D331E

Text Example


Text Example

White with #6D331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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