Html Css Color HEX #6F4C31 Cape Palliser

📋 copy color: '#6F4C31'

red 111 ◦ green 76 ◦ blue 49

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

Shades of Cape Palliser #6F4C31

Tints of Cape Palliser #6F4C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 47.03%
G = 32.2%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F4C31 (or 0x6F4C31) is known color: Cape Palliser. HEX triplet: 6F, 4C and 31. RGB value is (111,76,49). Sum of RGB (Red+Green+Blue) = 111+76+49=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C31 is #90B3CE. Grayscale: #535353. Windows color (decimal): -9483215 or 3230831. OLE color: 3230831.

HSL color Cylindrical-coordinate representation of color #6F4C31: hue angle of 26.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4C31 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 76 49 -
CMYK 0 0.32 0.56 0.56
HSL 26.13º 0.39% 0.31% -
HSV(B) 26.13º 0.56% 0.44% -
XYZ 9.69 8.77 4.09 -
YUV 83.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 111 76 49 0 0.32 0.56 0.56 26.13 0.39 0.31
Hex 6F 4C 31 0 20 38 38 1A 27 1F
Octal 157 114 61 0 40 70 70 32 47 37
Binary 1101111 1001100 110001 0 100000 111000 111000 11010 100111 11111

Color Harmonies of #6F4C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C31

Black with #6F4C31

Text Example


Text Example

White with #6F4C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,49); }

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

background-color css

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

 a { background-color: rgb(111,76,49); }

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

border-color css

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

 span { border-color: rgb(111,76,49); }

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