Html Css Color HEX #6F3127 Pueblo

📋 copy color: '#6F3127'

red 111 ◦ green 49 ◦ blue 39

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

Shades of Pueblo #6F3127

Tints of Pueblo #6F3127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 55.78%
G = 24.62%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F3127 (or 0x6F3127) is known color: Pueblo. HEX triplet: 6F, 31 and 27. RGB value is (111,49,39). Sum of RGB (Red+Green+Blue) = 111+49+39=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3127 is #90CED8. Grayscale: #424242. Windows color (decimal): -9490137 or 2568559. OLE color: 2568559.

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

Color convert

RGB 111 49 39 -
CMYK 0 0.56 0.65 0.56
HSL 8.33º 0.48% 0.29% -
HSV(B) 8.33º 0.65% 0.44% -
XYZ 8.02 5.72 2.6 -
YUV 66.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 111 49 39 0 0.56 0.65 0.56 8.33 0.48 0.29
Hex 6F 31 27 0 38 41 38 8 30 1D
Octal 157 61 47 0 70 101 70 10 60 35
Binary 1101111 110001 100111 0 111000 1000001 111000 1000 110000 11101

Color Harmonies of #6F3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3127

Black with #6F3127

Text Example


Text Example

White with #6F3127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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