Html Css Color HEX #6F331F Pueblo

📋 copy color: '#6F331F'

red 111 ◦ green 51 ◦ blue 31

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

Shades of Pueblo #6F331F

Tints of Pueblo #6F331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 57.51%
G = 26.42%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F331F (or 0x6F331F) is known color: Pueblo. HEX triplet: 6F, 33 and 1F. RGB value is (111,51,31). Sum of RGB (Red+Green+Blue) = 111+51+31=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331F is #90CCE0. Grayscale: #424242. Windows color (decimal): -9489633 or 2044783. OLE color: 2044783.

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

Color convert

RGB 111 51 31 -
CMYK 0 0.54 0.72 0.56
HSL 15º 0.56% 0.28% -
HSV(B) 15º 0.72% 0.44% -
XYZ 7.99 5.85 2 -
YUV 66.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 111 51 31 0 0.54 0.72 0.56 15 0.56 0.28
Hex 6F 33 1F 0 36 48 38 F 38 1C
Octal 157 63 37 0 66 110 70 17 70 34
Binary 1101111 110011 11111 0 110110 1001000 111000 1111 111000 11100

Color Harmonies of #6F331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F331F

Black with #6F331F

Text Example


Text Example

White with #6F331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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