Html Css Color HEX #6F3126 Pueblo

📋 copy color: '#6F3126'

red 111 ◦ green 49 ◦ blue 38

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

Shades of Pueblo #6F3126

Tints of Pueblo #6F3126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 56.06%
G = 24.75%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F3126 (or 0x6F3126) is known color: Pueblo. HEX triplet: 6F, 31 and 26. RGB value is (111,49,38). Sum of RGB (Red+Green+Blue) = 111+49+38=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3126 is #90CED9. Grayscale: #424242. Windows color (decimal): -9490138 or 2503023. OLE color: 2503023.

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

Color convert

RGB 111 49 38 -
CMYK 0 0.56 0.66 0.56
HSL 9.04º 0.49% 0.29% -
HSV(B) 9.04º 0.66% 0.44% -
XYZ 8 5.72 2.52 -
YUV 66.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 111 49 38 0 0.56 0.66 0.56 9.04 0.49 0.29
Hex 6F 31 26 0 38 42 38 9 31 1D
Octal 157 61 46 0 70 102 70 11 61 35
Binary 1101111 110001 100110 0 111000 1000010 111000 1001 110001 11101

Color Harmonies of #6F3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3126

Black with #6F3126

Text Example


Text Example

White with #6F3126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,38); }

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

background-color css

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

 a { background-color: rgb(111,49,38); }

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

border-color css

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

 span { border-color: rgb(111,49,38); }

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