Html Css Color HEX #6D321F Pueblo

📋 copy color: '#6D321F'

red 109 ◦ green 50 ◦ blue 31

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

Shades of Pueblo #6D321F

Tints of Pueblo #6D321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 57.37%
G = 26.32%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D321F (or 0x6D321F) is known color: Pueblo. HEX triplet: 6D, 32 and 1F. RGB value is (109,50,31). Sum of RGB (Red+Green+Blue) = 109+50+31=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D321F is #92CDE0. Grayscale: #414141. Windows color (decimal): -9620961 or 2044525. OLE color: 2044525.

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

Color convert

RGB 109 50 31 -
CMYK 0 0.54 0.72 0.57
HSL 14.62º 0.56% 0.27% -
HSV(B) 14.62º 0.72% 0.43% -
XYZ 7.69 5.63 1.98 -
YUV 65.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 109 50 31 0 0.54 0.72 0.57 14.62 0.56 0.27
Hex 6D 32 1F 0 36 48 39 F 38 1B
Octal 155 62 37 0 66 110 71 17 70 33
Binary 1101101 110010 11111 0 110110 1001000 111001 1111 111000 11011

Color Harmonies of #6D321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D321F

Black with #6D321F

Text Example


Text Example

White with #6D321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,31); }

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

background-color css

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

 a { background-color: rgb(109,50,31); }

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

border-color css

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

 span { border-color: rgb(109,50,31); }

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