Html Css Color HEX #6C3121 Pueblo

📋 copy color: '#6C3121'

red 108 ◦ green 49 ◦ blue 33

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

Shades of Pueblo #6C3121

Tints of Pueblo #6C3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 56.84%
G = 25.79%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C3121 (or 0x6C3121) is known color: Pueblo. HEX triplet: 6C, 31 and 21. RGB value is (108,49,33). Sum of RGB (Red+Green+Blue) = 108+49+33=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3121 is #93CEDE. Grayscale: #404040. Windows color (decimal): -9686751 or 2175340. OLE color: 2175340.

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

Color convert

RGB 108 49 33 -
CMYK 0 0.55 0.69 0.58
HSL 12.8º 0.53% 0.28% -
HSV(B) 12.8º 0.69% 0.42% -
XYZ 7.56 5.49 2.1 -
YUV 64.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 108 49 33 0 0.55 0.69 0.58 12.8 0.53 0.28
Hex 6C 31 21 0 37 45 3A D 35 1C
Octal 154 61 41 0 67 105 72 15 65 34
Binary 1101100 110001 100001 0 110111 1000101 111010 1101 110101 11100

Color Harmonies of #6C3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3121

Black with #6C3121

Text Example


Text Example

White with #6C3121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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