Html Css Color HEX #6B311F Pueblo

📋 copy color: '#6B311F'

red 107 ◦ green 49 ◦ blue 31

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

Shades of Pueblo #6B311F

Tints of Pueblo #6B311F

RGB

 RED value IS 107 (42.19% from 255) = 57.22%

 GREEN value IS 49 (19.53% from 255) = 26.2%

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

R = 57.22%
G = 26.2%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B311F (or 0x6B311F) is known color: Pueblo. HEX triplet: 6B, 31 and 1F. RGB value is (107,49,31). Sum of RGB (Red+Green+Blue) = 107+49+31=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B311F is #94CEE0. Grayscale: #404040. Windows color (decimal): -9752289 or 2044267. OLE color: 2044267.

HSL color Cylindrical-coordinate representation of color #6B311F: hue angle of 14.21º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B311F is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 49 31 -
CMYK 0 0.54 0.71 0.58
HSL 14.21º 0.55% 0.27% -
HSV(B) 14.21º 0.71% 0.42% -
XYZ 7.41 5.42 1.95 -
YUV 64.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 107 49 31 0 0.54 0.71 0.58 14.21 0.55 0.27
Hex 6B 31 1F 0 36 47 3A E 37 1B
Octal 153 61 37 0 66 107 72 16 67 33
Binary 1101011 110001 11111 0 110110 1000111 111010 1110 110111 11011

Color Harmonies of #6B311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B311F

Black with #6B311F

Text Example


Text Example

White with #6B311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,31); }

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

background-color css

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

 a { background-color: rgb(107,49,31); }

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

border-color css

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

 span { border-color: rgb(107,49,31); }

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