Html Css Color HEX #6F3529 Pueblo

📋 copy color: '#6F3529'

red 111 ◦ green 53 ◦ blue 41

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

Shades of Pueblo #6F3529

Tints of Pueblo #6F3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 54.15%
G = 25.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F3529 (or 0x6F3529) is known color: Pueblo. HEX triplet: 6F, 35 and 29. RGB value is (111,53,41). Sum of RGB (Red+Green+Blue) = 111+53+41=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3529 is #90CAD6. Grayscale: #454545. Windows color (decimal): -9489111 or 2700655. OLE color: 2700655.

HSL color Cylindrical-coordinate representation of color #6F3529: hue angle of 10.29º 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 #6F3529 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 53 41 -
CMYK 0 0.52 0.63 0.56
HSL 10.29º 0.46% 0.3% -
HSV(B) 10.29º 0.63% 0.44% -
XYZ 8.23 6.09 2.84 -
YUV 68.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 111 53 41 0 0.52 0.63 0.56 10.29 0.46 0.3
Hex 6F 35 29 0 34 3F 38 A 2E 1E
Octal 157 65 51 0 64 77 70 12 56 36
Binary 1101111 110101 101001 0 110100 111111 111000 1010 101110 11110

Color Harmonies of #6F3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3529

Black with #6F3529

Text Example


Text Example

White with #6F3529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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