Html Css Color HEX #6C3129 Pueblo

📋 copy color: '#6C3129'

red 108 ◦ green 49 ◦ blue 41

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

Shades of Pueblo #6C3129

Tints of Pueblo #6C3129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 54.55%
G = 24.75%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C3129 (or 0x6C3129) is known color: Pueblo. HEX triplet: 6C, 31 and 29. RGB value is (108,49,41). Sum of RGB (Red+Green+Blue) = 108+49+41=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3129 is #93CED6. Grayscale: #414141. Windows color (decimal): -9686743 or 2699628. OLE color: 2699628.

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

Color convert

RGB 108 49 41 -
CMYK 0 0.55 0.62 0.58
HSL 7.16º 0.45% 0.29% -
HSV(B) 7.16º 0.62% 0.42% -
XYZ 7.68 5.54 2.76 -
YUV 65.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 108 49 41 0 0.55 0.62 0.58 7.16 0.45 0.29
Hex 6C 31 29 0 37 3E 3A 7 2D 1D
Octal 154 61 51 0 67 76 72 7 55 35
Binary 1101100 110001 101001 0 110111 111110 111010 111 101101 11101

Color Harmonies of #6C3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3129

Black with #6C3129

Text Example


Text Example

White with #6C3129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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