Html Css Color HEX #6C311C Pueblo

📋 copy color: '#6C311C'

red 108 ◦ green 49 ◦ blue 28

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

Shades of Pueblo #6C311C

Tints of Pueblo #6C311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 58.38%
G = 26.49%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C311C (or 0x6C311C) is known color: Pueblo. HEX triplet: 6C, 31 and 1C. RGB value is (108,49,28). Sum of RGB (Red+Green+Blue) = 108+49+28=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C311C is #93CEE3. Grayscale: #404040. Windows color (decimal): -9686756 or 1847660. OLE color: 1847660.

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

Color convert

RGB 108 49 28 -
CMYK 0 0.55 0.74 0.58
HSL 15.75º 0.59% 0.27% -
HSV(B) 15.75º 0.74% 0.42% -
XYZ 7.49 5.47 1.76 -
YUV 64.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 108 49 28 0 0.55 0.74 0.58 15.75 0.59 0.27
Hex 6C 31 1C 0 37 4A 3A 10 3B 1B
Octal 154 61 34 0 67 112 72 20 73 33
Binary 1101100 110001 11100 0 110111 1001010 111010 10000 111011 11011

Color Harmonies of #6C311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C311C

Black with #6C311C

Text Example


Text Example

White with #6C311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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