Html Css Color HEX #6A3320 Pueblo

📋 copy color: '#6A3320'

red 106 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #6A3320

Tints of Pueblo #6A3320

RGB

 RED value IS 106 (41.8% from 255) = 56.08%

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 56.08%
G = 26.98%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6A3320 (or 0x6A3320) is known color: Pueblo. HEX triplet: 6A, 33 and 20. RGB value is (106,51,32). Sum of RGB (Red+Green+Blue) = 106+51+32=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3320 is #95CCDF. Grayscale: #414141. Windows color (decimal): -9817312 or 2110314. OLE color: 2110314.

HSL color Cylindrical-coordinate representation of color #6A3320: hue angle of 15.41º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A3320 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 51 32 -
CMYK 0 0.52 0.70 0.58
HSL 15.41º 0.54% 0.27% -
HSV(B) 15.41º 0.7% 0.42% -
XYZ 7.39 5.54 2.05 -
YUV 65.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 106 51 32 0 0.52 0.70 0.58 15.41 0.54 0.27
Hex 6A 33 20 0 34 46 3A F 36 1B
Octal 152 63 40 0 64 106 72 17 66 33
Binary 1101010 110011 100000 0 110100 1000110 111010 1111 110110 11011

Color Harmonies of #6A3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3320

Black with #6A3320

Text Example


Text Example

White with #6A3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,32); }

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

background-color css

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

 a { background-color: rgb(106,51,32); }

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

border-color css

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

 span { border-color: rgb(106,51,32); }

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