Html Css Color HEX #6D301C Pueblo

📋 copy color: '#6D301C'

red 109 ◦ green 48 ◦ blue 28

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

Shades of Pueblo #6D301C

Tints of Pueblo #6D301C

RGB

 RED value IS 109 (42.97% from 255) = 58.92%

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

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

R = 58.92%
G = 25.95%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D301C (or 0x6D301C) is known color: Pueblo. HEX triplet: 6D, 30 and 1C. RGB value is (109,48,28). Sum of RGB (Red+Green+Blue) = 109+48+28=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D301C is #92CFE3. Grayscale: #404040. Windows color (decimal): -9621476 or 1847405. OLE color: 1847405.

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

Color convert

RGB 109 48 28 -
CMYK 0 0.56 0.74 0.57
HSL 14.81º 0.59% 0.27% -
HSV(B) 14.81º 0.74% 0.43% -
XYZ 7.57 5.45 1.75 -
YUV 63.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 109 48 28 0 0.56 0.74 0.57 14.81 0.59 0.27
Hex 6D 30 1C 0 38 4A 39 F 3B 1B
Octal 155 60 34 0 70 112 71 17 73 33
Binary 1101101 110000 11100 0 111000 1001010 111001 1111 111011 11011

Color Harmonies of #6D301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D301C

Black with #6D301C

Text Example


Text Example

White with #6D301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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