Html Css Color HEX #6F2511 Pueblo

📋 copy color: '#6F2511'

red 111 ◦ green 37 ◦ blue 17

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

Shades of Pueblo #6F2511

Tints of Pueblo #6F2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 67.27%
G = 22.42%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F2511 (or 0x6F2511) is known color: Pueblo. HEX triplet: 6F, 25 and 11. RGB value is (111,37,17). Sum of RGB (Red+Green+Blue) = 111+37+17=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2511 is #90DAEE. Grayscale: #383838. Windows color (decimal): -9493231 or 1123695. OLE color: 1123695.

HSL color Cylindrical-coordinate representation of color #6F2511: hue angle of 12.77º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2511 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 17 -
CMYK 0 0.67 0.85 0.56
HSL 12.77º 0.73% 0.25% -
HSV(B) 12.77º 0.85% 0.44% -
XYZ 7.32 4.74 1.06 -
YUV 56.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 111 37 17 0 0.67 0.85 0.56 12.77 0.73 0.25
Hex 6F 25 11 0 43 55 38 D 49 19
Octal 157 45 21 0 103 125 70 15 111 31
Binary 1101111 100101 10001 0 1000011 1010101 111000 1101 1001001 11001

Color Harmonies of #6F2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2511

Black with #6F2511

Text Example


Text Example

White with #6F2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,17); }

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

background-color css

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

 a { background-color: rgb(111,37,17); }

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

border-color css

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

 span { border-color: rgb(111,37,17); }

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