Html Css Color HEX #6F301F Pueblo

📋 copy color: '#6F301F'

red 111 ◦ green 48 ◦ blue 31

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

Shades of Pueblo #6F301F

Tints of Pueblo #6F301F

RGB

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

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

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

R = 58.42%
G = 25.26%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F301F (or 0x6F301F) is known color: Pueblo. HEX triplet: 6F, 30 and 1F. RGB value is (111,48,31). Sum of RGB (Red+Green+Blue) = 111+48+31=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F301F is #90CFE0. Grayscale: #414141. Windows color (decimal): -9490401 or 2044015. OLE color: 2044015.

HSL color Cylindrical-coordinate representation of color #6F301F: hue angle of 12.75º 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 #6F301F is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 31 -
CMYK 0 0.57 0.72 0.56
HSL 12.75º 0.56% 0.28% -
HSV(B) 12.75º 0.72% 0.44% -
XYZ 7.86 5.59 1.96 -
YUV 64.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 111 48 31 0 0.57 0.72 0.56 12.75 0.56 0.28
Hex 6F 30 1F 0 39 48 38 D 38 1C
Octal 157 60 37 0 71 110 70 15 70 34
Binary 1101111 110000 11111 0 111001 1001000 111000 1101 111000 11100

Color Harmonies of #6F301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F301F

Black with #6F301F

Text Example


Text Example

White with #6F301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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