Html Css Color HEX #6F3329 Pueblo

📋 copy color: '#6F3329'

red 111 ◦ green 51 ◦ blue 41

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

Shades of Pueblo #6F3329

Tints of Pueblo #6F3329

RGB

 RED value IS 111 (43.75% from 255) = 54.68%

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

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 54.68%
G = 25.12%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F3329 (or 0x6F3329) is known color: Pueblo. HEX triplet: 6F, 33 and 29. RGB value is (111,51,41). Sum of RGB (Red+Green+Blue) = 111+51+41=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3329 is #90CCD6. Grayscale: #434343. Windows color (decimal): -9489623 or 2700143. OLE color: 2700143.

HSL color Cylindrical-coordinate representation of color #6F3329: hue angle of 8.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3329 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 51 41 -
CMYK 0 0.54 0.63 0.56
HSL 8.57º 0.46% 0.3% -
HSV(B) 8.57º 0.63% 0.44% -
XYZ 8.14 5.91 2.81 -
YUV 67.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 111 51 41 0 0.54 0.63 0.56 8.57 0.46 0.3
Hex 6F 33 29 0 36 3F 38 9 2E 1E
Octal 157 63 51 0 66 77 70 11 56 36
Binary 1101111 110011 101001 0 110110 111111 111000 1001 101110 11110

Color Harmonies of #6F3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3329

Black with #6F3329

Text Example


Text Example

White with #6F3329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,41); }

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

background-color css

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

 a { background-color: rgb(111,51,41); }

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

border-color css

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

 span { border-color: rgb(111,51,41); }

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