#6B4726

Color #6B4726 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #6B4726

Tints of Cafe Royale #6B4726

Color information

#6B4726 (or 0x6B4726) is unknown color: approx Cafe Royale. HEX triplet: 6B, 47 and 26. RGB value is (107,71,38). Sum of RGB (Red+Green+Blue) = 107+71+38=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4726 is #94B8D9. Grayscale: #4E4E4E. Windows color (decimal): -9746650 or 2508651. OLE color: 2508651.

HSL color Cylindrical-coordinate representation of color #6B4726: hue angle of 28.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4726 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1077138-
CMYK00.340.640.58
HSL28.7º47.59%28.43%-
HSV(B)28.7º64.49%41.96%-
XYZ8.677.772.88-
YUV78105.43148.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.54%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=49.54%
G=32.87%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107713800.340.640.5828.747.5928.43
Hex6B4726022403A1d301c
Octal1531074604210072356034
Binary11010111000111100110010001010000001110101110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,38); }

 H1.HeaderClassName
 {
   color: #6B4726;
 }
 .AnyTagClassName
 {
   color: #6B4726;
 }
</style>
background-color css

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

 a { background-color: rgb(107,71,38); }

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

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

 span { border-color: rgb(107,71,38); }

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