#674A26

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

Shades of Cafe Royale #674A26

Tints of Cafe Royale #674A26

Color information

#674A26 (or 0x674A26) is unknown color: approx Cafe Royale. HEX triplet: 67, 4A and 26. RGB value is (103,74,38). Sum of RGB (Red+Green+Blue) = 103+74+38=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #674A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A26 is #98B5D9. Grayscale: #4E4E4E. Windows color (decimal): -10008026 or 2509415. OLE color: 2509415.

HSL color Cylindrical-coordinate representation of color #674A26: hue angle of 33.23º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674A26 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1037438-
CMYK00.280.630.60
HSL33.23º46.1%27.65%-
HSV(B)33.23º63.11%40.39%-
XYZ8.397.922.92-
YUV78.57105.11145.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=47.91%
G=34.42%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103743800.280.630.6033.2346.127.65
Hex674A2601C3F3C212e1c
Octal147112460347774415634
Binary1100111100101010011001110011111111110010000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674A26; }

 p { color: rgb(103,74,38); }

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

<style>
 a { background-color: #674A26; }

 a { background-color: rgb(103,74,38); }

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

<style>
 span { border-color: #674A26; }

 span { border-color: rgb(103,74,38); }

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