Html Css Color HEX #6F301B Pueblo

📋 copy color: '#6F301B'

red 111 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #6F301B

Tints of Pueblo #6F301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 27 (10.94% from 255) = 14.52%

R = 59.68%
G = 25.81%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F301B (or 0x6F301B) is known color: Pueblo. HEX triplet: 6F, 30 and 1B. RGB value is (111,48,27). Sum of RGB (Red+Green+Blue) = 111+48+27=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F301B is #90CFE4. Grayscale: #404040. Windows color (decimal): -9490405 or 1781871. OLE color: 1781871.

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

Color convert

RGB 111 48 27 -
CMYK 0 0.57 0.76 0.56
HSL 15º 0.61% 0.27% -
HSV(B) 15º 0.76% 0.44% -
XYZ 7.81 5.57 1.7 -
YUV 64.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 111 48 27 0 0.57 0.76 0.56 15 0.61 0.27
Hex 6F 30 1B 0 39 4C 38 F 3D 1B
Octal 157 60 33 0 71 114 70 17 75 33
Binary 1101111 110000 11011 0 111001 1001100 111000 1111 111101 11011

Color Harmonies of #6F301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F301B

Black with #6F301B

Text Example


Text Example

White with #6F301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,27); }

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

background-color css

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

 a { background-color: rgb(111,48,27); }

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

border-color css

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

 span { border-color: rgb(111,48,27); }

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