Html Css Color HEX #6F301D Pueblo

📋 copy color: '#6F301D'

red 111 ◦ green 48 ◦ blue 29

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

Shades of Pueblo #6F301D

Tints of Pueblo #6F301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 59.04%
G = 25.53%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F301D (or 0x6F301D) is known color: Pueblo. HEX triplet: 6F, 30 and 1D. RGB value is (111,48,29). Sum of RGB (Red+Green+Blue) = 111+48+29=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F301D is #90CFE2. Grayscale: #404040. Windows color (decimal): -9490403 or 1912943. OLE color: 1912943.

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

Color convert

RGB 111 48 29 -
CMYK 0 0.57 0.74 0.56
HSL 13.9º 0.59% 0.27% -
HSV(B) 13.9º 0.74% 0.44% -
XYZ 7.83 5.58 1.83 -
YUV 64.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 111 48 29 0 0.57 0.74 0.56 13.9 0.59 0.27
Hex 6F 30 1D 0 39 4A 38 E 3B 1B
Octal 157 60 35 0 71 112 70 16 73 33
Binary 1101111 110000 11101 0 111001 1001010 111000 1110 111011 11011

Color Harmonies of #6F301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F301D

Black with #6F301D

Text Example


Text Example

White with #6F301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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