Html Css Color HEX #6C301C Pueblo

📋 copy color: '#6C301C'

red 108 ◦ green 48 ◦ blue 28

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

Shades of Pueblo #6C301C

Tints of Pueblo #6C301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 58.7%
G = 26.09%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C301C (or 0x6C301C) is known color: Pueblo. HEX triplet: 6C, 30 and 1C. RGB value is (108,48,28). Sum of RGB (Red+Green+Blue) = 108+48+28=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C301C is #93CFE3. Grayscale: #3F3F3F. Windows color (decimal): -9687012 or 1847404. OLE color: 1847404.

HSL color Cylindrical-coordinate representation of color #6C301C: hue angle of 15º 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 #6C301C is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 48 28 -
CMYK 0 0.56 0.74 0.58
HSL 15º 0.59% 0.27% -
HSV(B) 15º 0.74% 0.42% -
XYZ 7.45 5.39 1.75 -
YUV 63.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 108 48 28 0 0.56 0.74 0.58 15 0.59 0.27
Hex 6C 30 1C 0 38 4A 3A F 3B 1B
Octal 154 60 34 0 70 112 72 17 73 33
Binary 1101100 110000 11100 0 111000 1001010 111010 1111 111011 11011

Color Harmonies of #6C301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C301C

Black with #6C301C

Text Example


Text Example

White with #6C301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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