Html Css Color HEX #694729 Cafe Royale

📋 copy color: '#694729'

red 105 ◦ green 71 ◦ blue 41

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

Shades of Cafe Royale #694729

Tints of Cafe Royale #694729

RGB

 RED value IS 105 (41.41% from 255) = 48.39%

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 48.39%
G = 32.72%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694729 (or 0x694729) is known color: Cafe Royale. HEX triplet: 69, 47 and 29. RGB value is (105,71,41). Sum of RGB (Red+Green+Blue) = 105+71+41=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #694729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694729 is #96B8D6. Grayscale: #4D4D4D. Windows color (decimal): -9877719 or 2705257. OLE color: 2705257.

HSL color Cylindrical-coordinate representation of color #694729: hue angle of 28.12º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694729 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 41 -
CMYK 0 0.32 0.61 0.59
HSL 28.13º 0.44% 0.29% -
HSV(B) 28.13º 0.61% 0.41% -
XYZ 8.48 7.67 3.13 -
YUV 77.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 105 71 41 0 0.32 0.61 0.59 28.13 0.44 0.29
Hex 69 47 29 0 20 3D 3B 1C 2C 1D
Octal 151 107 51 0 40 75 73 34 54 35
Binary 1101001 1000111 101001 0 100000 111101 111011 11100 101100 11101

Color Harmonies of #694729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694729

Black with #694729

Text Example


Text Example

White with #694729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694729; }

 p { color: rgb(105,71,41); }

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

background-color css

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

 a { background-color: rgb(105,71,41); }

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

border-color css

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

 span { border-color: rgb(105,71,41); }

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