Html Css Color HEX #6C3322 Pueblo

📋 copy color: '#6C3322'

red 108 ◦ green 51 ◦ blue 34

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

Shades of Pueblo #6C3322

Tints of Pueblo #6C3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 55.96%
G = 26.42%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C3322 (or 0x6C3322) is known color: Pueblo. HEX triplet: 6C, 33 and 22. RGB value is (108,51,34). Sum of RGB (Red+Green+Blue) = 108+51+34=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3322 is #93CCDD. Grayscale: #424242. Windows color (decimal): -9686238 or 2241388. OLE color: 2241388.

HSL color Cylindrical-coordinate representation of color #6C3322: hue angle of 13.78º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C3322 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 51 34 -
CMYK 0 0.53 0.69 0.58
HSL 13.78º 0.52% 0.28% -
HSV(B) 13.78º 0.69% 0.42% -
XYZ 7.66 5.67 2.2 -
YUV 66.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 108 51 34 0 0.53 0.69 0.58 13.78 0.52 0.28
Hex 6C 33 22 0 35 45 3A E 34 1C
Octal 154 63 42 0 65 105 72 16 64 34
Binary 1101100 110011 100010 0 110101 1000101 111010 1110 110100 11100

Color Harmonies of #6C3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3322

Black with #6C3322

Text Example


Text Example

White with #6C3322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,34); }

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

background-color css

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

 a { background-color: rgb(108,51,34); }

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

border-color css

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

 span { border-color: rgb(108,51,34); }

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