Html Css Color HEX #6F2C21 Pueblo

📋 copy color: '#6F2C21'

red 111 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #6F2C21

Tints of Pueblo #6F2C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 59.04%
G = 23.4%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F2C21 (or 0x6F2C21) is known color: Pueblo. HEX triplet: 6F, 2C and 21. RGB value is (111,44,33). Sum of RGB (Red+Green+Blue) = 111+44+33=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C21 is #90D3DE. Grayscale: #3E3E3E. Windows color (decimal): -9491423 or 2174063. OLE color: 2174063.

HSL color Cylindrical-coordinate representation of color #6F2C21: hue angle of 8.46º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2C21 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 44 33 -
CMYK 0 0.60 0.70 0.56
HSL 8.46º 0.54% 0.28% -
HSV(B) 8.46º 0.7% 0.44% -
XYZ 7.73 5.29 2.05 -
YUV 62.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 111 44 33 0 0.60 0.70 0.56 8.46 0.54 0.28
Hex 6F 2C 21 0 3C 46 38 8 36 1C
Octal 157 54 41 0 74 106 70 10 66 34
Binary 1101111 101100 100001 0 111100 1000110 111000 1000 110110 11100

Color Harmonies of #6F2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2C21

Black with #6F2C21

Text Example


Text Example

White with #6F2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,44,33); }

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

background-color css

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

 a { background-color: rgb(111,44,33); }

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

border-color css

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

 span { border-color: rgb(111,44,33); }

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