Html Css Color HEX #6F2914 Pueblo

📋 copy color: '#6F2914'

red 111 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #6F2914

Tints of Pueblo #6F2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 64.53%
G = 23.84%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F2914 (or 0x6F2914) is known color: Pueblo. HEX triplet: 6F, 29 and 14. RGB value is (111,41,20). Sum of RGB (Red+Green+Blue) = 111+41+20=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2914 is #90D6EB. Grayscale: #3B3B3B. Windows color (decimal): -9492204 or 1321327. OLE color: 1321327.

HSL color Cylindrical-coordinate representation of color #6F2914: hue angle of 13.85º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2914 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 20 -
CMYK 0 0.63 0.82 0.56
HSL 13.85º 0.69% 0.26% -
HSV(B) 13.85º 0.82% 0.44% -
XYZ 7.47 5.02 1.24 -
YUV 59.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 111 41 20 0 0.63 0.82 0.56 13.85 0.69 0.26
Hex 6F 29 14 0 3F 52 38 E 45 1A
Octal 157 51 24 0 77 122 70 16 105 32
Binary 1101111 101001 10100 0 111111 1010010 111000 1110 1000101 11010

Color Harmonies of #6F2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2914

Black with #6F2914

Text Example


Text Example

White with #6F2914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,20); }

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

background-color css

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

 a { background-color: rgb(111,41,20); }

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

border-color css

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

 span { border-color: rgb(111,41,20); }

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