Html Css Color HEX #6C271A Pueblo

📋 copy color: '#6C271A'

red 108 ◦ green 39 ◦ blue 26

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

Shades of Pueblo #6C271A

Tints of Pueblo #6C271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 62.43%
G = 22.54%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C271A (or 0x6C271A) is known color: Pueblo. HEX triplet: 6C, 27 and 1A. RGB value is (108,39,26). Sum of RGB (Red+Green+Blue) = 108+39+26=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C271A is #93D8E5. Grayscale: #3A3A3A. Windows color (decimal): -9689318 or 1714028. OLE color: 1714028.

HSL color Cylindrical-coordinate representation of color #6C271A: hue angle of 9.51º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C271A is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 39 26 -
CMYK 0 0.64 0.76 0.58
HSL 9.51º 0.61% 0.26% -
HSV(B) 9.51º 0.76% 0.42% -
XYZ 7.1 4.71 1.51 -
YUV 58.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 108 39 26 0 0.64 0.76 0.58 9.51 0.61 0.26
Hex 6C 27 1A 0 40 4C 3A A 3D 1A
Octal 154 47 32 0 100 114 72 12 75 32
Binary 1101100 100111 11010 0 1000000 1001100 111010 1010 111101 11010

Color Harmonies of #6C271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C271A

Black with #6C271A

Text Example


Text Example

White with #6C271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,39,26); }

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

background-color css

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

 a { background-color: rgb(108,39,26); }

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

border-color css

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

 span { border-color: rgb(108,39,26); }

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