Html Css Color HEX #6F321C Pueblo

📋 copy color: '#6F321C'

red 111 ◦ green 50 ◦ blue 28

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

Shades of Pueblo #6F321C

Tints of Pueblo #6F321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 58.73%
G = 26.46%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F321C (or 0x6F321C) is known color: Pueblo. HEX triplet: 6F, 32 and 1C. RGB value is (111,50,28). Sum of RGB (Red+Green+Blue) = 111+50+28=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F321C is #90CDE3. Grayscale: #414141. Windows color (decimal): -9489892 or 1847919. OLE color: 1847919.

HSL color Cylindrical-coordinate representation of color #6F321C: hue angle of 15.9º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F321C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 50 28 -
CMYK 0 0.55 0.75 0.56
HSL 15.9º 0.6% 0.27% -
HSV(B) 15.9º 0.75% 0.44% -
XYZ 7.91 5.74 1.79 -
YUV 65.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 111 50 28 0 0.55 0.75 0.56 15.9 0.6 0.27
Hex 6F 32 1C 0 37 4B 38 10 3C 1B
Octal 157 62 34 0 67 113 70 20 74 33
Binary 1101111 110010 11100 0 110111 1001011 111000 10000 111100 11011

Color Harmonies of #6F321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F321C

Black with #6F321C

Text Example


Text Example

White with #6F321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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