Html Css Color HEX #694829 Cafe Royale

📋 copy color: '#694829'

red 105 ◦ green 72 ◦ blue 41

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

Shades of Cafe Royale #694829

Tints of Cafe Royale #694829

RGB

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

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

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

R = 48.17%
G = 33.03%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694829 (or 0x694829) is known color: Cafe Royale. HEX triplet: 69, 48 and 29. RGB value is (105,72,41). Sum of RGB (Red+Green+Blue) = 105+72+41=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694829 is #96B7D6. Grayscale: #4E4E4E. Windows color (decimal): -9877463 or 2705513. OLE color: 2705513.

HSL color Cylindrical-coordinate representation of color #694829: hue angle of 29.06º 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 #694829 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 41 -
CMYK 0 0.31 0.61 0.59
HSL 29.06º 0.44% 0.29% -
HSV(B) 29.06º 0.61% 0.41% -
XYZ 8.54 7.8 3.15 -
YUV 78.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 105 72 41 0 0.31 0.61 0.59 29.06 0.44 0.29
Hex 69 48 29 0 1F 3D 3B 1D 2C 1D
Octal 151 110 51 0 37 75 73 35 54 35
Binary 1101001 1001000 101001 0 11111 111101 111011 11101 101100 11101

Color Harmonies of #694829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694829

Black with #694829

Text Example


Text Example

White with #694829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694829; }

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

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

background-color css

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

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

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

border-color css

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

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

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