Html Css Color HEX #6F3229 Pueblo

📋 copy color: '#6F3229'

red 111 ◦ green 50 ◦ blue 41

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

Shades of Pueblo #6F3229

Tints of Pueblo #6F3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 54.95%
G = 24.75%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F3229 (or 0x6F3229) is known color: Pueblo. HEX triplet: 6F, 32 and 29. RGB value is (111,50,41). Sum of RGB (Red+Green+Blue) = 111+50+41=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3229 is #90CDD6. Grayscale: #434343. Windows color (decimal): -9489879 or 2699887. OLE color: 2699887.

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

Color convert

RGB 111 50 41 -
CMYK 0 0.55 0.63 0.56
HSL 7.71º 0.46% 0.3% -
HSV(B) 7.71º 0.63% 0.44% -
XYZ 8.1 5.82 2.79 -
YUV 67.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 111 50 41 0 0.55 0.63 0.56 7.71 0.46 0.3
Hex 6F 32 29 0 37 3F 38 8 2E 1E
Octal 157 62 51 0 67 77 70 10 56 36
Binary 1101111 110010 101001 0 110111 111111 111000 1000 101110 11110

Color Harmonies of #6F3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3229

Black with #6F3229

Text Example


Text Example

White with #6F3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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