Html Css Color HEX #6C301E Pueblo

📋 copy color: '#6C301E'

red 108 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #6C301E

Tints of Pueblo #6C301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 58.06%
G = 25.81%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6C301E (or 0x6C301E) is known color: Pueblo. HEX triplet: 6C, 30 and 1E. RGB value is (108,48,30). Sum of RGB (Red+Green+Blue) = 108+48+30=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C301E is #93CFE1. Grayscale: #404040. Windows color (decimal): -9687010 or 1978476. OLE color: 1978476.

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

Color convert

RGB 108 48 30 -
CMYK 0 0.56 0.72 0.58
HSL 13.85º 0.57% 0.27% -
HSV(B) 13.85º 0.72% 0.42% -
XYZ 7.48 5.4 1.88 -
YUV 63.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 108 48 30 0 0.56 0.72 0.58 13.85 0.57 0.27
Hex 6C 30 1E 0 38 48 3A E 39 1B
Octal 154 60 36 0 70 110 72 16 71 33
Binary 1101100 110000 11110 0 111000 1001000 111010 1110 111001 11011

Color Harmonies of #6C301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C301E

Black with #6C301E

Text Example


Text Example

White with #6C301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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