Html Css Color HEX #6F321D Pueblo

📋 copy color: '#6F321D'

red 111 ◦ green 50 ◦ blue 29

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

Shades of Pueblo #6F321D

Tints of Pueblo #6F321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

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

R = 58.42%
G = 26.32%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F321D (or 0x6F321D) is known color: Pueblo. HEX triplet: 6F, 32 and 1D. RGB value is (111,50,29). Sum of RGB (Red+Green+Blue) = 111+50+29=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F321D is #90CDE2. Grayscale: #414141. Windows color (decimal): -9489891 or 1913455. OLE color: 1913455.

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

Color convert

RGB 111 50 29 -
CMYK 0 0.55 0.74 0.56
HSL 15.37º 0.59% 0.27% -
HSV(B) 15.37º 0.74% 0.44% -
XYZ 7.92 5.75 1.85 -
YUV 65.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 111 50 29 0 0.55 0.74 0.56 15.37 0.59 0.27
Hex 6F 32 1D 0 37 4A 38 F 3B 1B
Octal 157 62 35 0 67 112 70 17 73 33
Binary 1101111 110010 11101 0 110111 1001010 111000 1111 111011 11011

Color Harmonies of #6F321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F321D

Black with #6F321D

Text Example


Text Example

White with #6F321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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