Html Css Color HEX #6F4838 Spice

📋 copy color: '#6F4838'

red 111 ◦ green 72 ◦ blue 56

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

Shades of Spice #6F4838

Tints of Spice #6F4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 46.44%
G = 30.13%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4838 (or 0x6F4838) is known color: Spice. HEX triplet: 6F, 48 and 38. RGB value is (111,72,56). Sum of RGB (Red+Green+Blue) = 111+72+56=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4838 is #90B7C7. Grayscale: #515151. Windows color (decimal): -9484232 or 3688559. OLE color: 3688559.

HSL color Cylindrical-coordinate representation of color #6F4838: hue angle of 17.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4838 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 72 56 -
CMYK 0 0.35 0.50 0.56
HSL 17.45º 0.33% 0.33% -
HSV(B) 17.45º 0.5% 0.44% -
XYZ 9.59 8.3 4.84 -
YUV 81.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 111 72 56 0 0.35 0.50 0.56 17.45 0.33 0.33
Hex 6F 48 38 0 23 32 38 11 21 21
Octal 157 110 70 0 43 62 70 21 41 41
Binary 1101111 1001000 111000 0 100011 110010 111000 10001 100001 100001

Color Harmonies of #6F4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4838

Black with #6F4838

Text Example


Text Example

White with #6F4838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,56); }

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

background-color css

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

 a { background-color: rgb(111,72,56); }

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

border-color css

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

 span { border-color: rgb(111,72,56); }

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