Html Css Color HEX #6C311D Pueblo

📋 copy color: '#6C311D'

red 108 ◦ green 49 ◦ blue 29

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

Shades of Pueblo #6C311D

Tints of Pueblo #6C311D

RGB

 RED value IS 108 (42.58% from 255) = 58.06%

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 58.06%
G = 26.34%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C311D (or 0x6C311D) is known color: Pueblo. HEX triplet: 6C, 31 and 1D. RGB value is (108,49,29). Sum of RGB (Red+Green+Blue) = 108+49+29=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C311D is #93CEE2. Grayscale: #404040. Windows color (decimal): -9686755 or 1913196. OLE color: 1913196.

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

Color convert

RGB 108 49 29 -
CMYK 0 0.55 0.73 0.58
HSL 15.19º 0.58% 0.27% -
HSV(B) 15.19º 0.73% 0.42% -
XYZ 7.5 5.47 1.82 -
YUV 64.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 108 49 29 0 0.55 0.73 0.58 15.19 0.58 0.27
Hex 6C 31 1D 0 37 49 3A F 3A 1B
Octal 154 61 35 0 67 111 72 17 72 33
Binary 1101100 110001 11101 0 110111 1001001 111010 1111 111010 11011

Color Harmonies of #6C311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C311D

Black with #6C311D

Text Example


Text Example

White with #6C311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,49,29); }

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

background-color css

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

 a { background-color: rgb(108,49,29); }

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

border-color css

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

 span { border-color: rgb(108,49,29); }

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