Html Css Color HEX #694629 Cafe Royale

📋 copy color: '#694629'

red 105 ◦ green 70 ◦ blue 41

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

Shades of Cafe Royale #694629

Tints of Cafe Royale #694629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 48.61%
G = 32.41%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694629 (or 0x694629) is known color: Cafe Royale. HEX triplet: 69, 46 and 29. RGB value is (105,70,41). Sum of RGB (Red+Green+Blue) = 105+70+41=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694629 is #96B9D6. Grayscale: #4D4D4D. Windows color (decimal): -9877975 or 2705001. OLE color: 2705001.

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

Color convert

RGB 105 70 41 -
CMYK 0 0.33 0.61 0.59
HSL 27.19º 0.44% 0.29% -
HSV(B) 27.19º 0.61% 0.41% -
XYZ 8.42 7.54 3.11 -
YUV 77.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 105 70 41 0 0.33 0.61 0.59 27.19 0.44 0.29
Hex 69 46 29 0 21 3D 3B 1B 2C 1D
Octal 151 106 51 0 41 75 73 33 54 35
Binary 1101001 1000110 101001 0 100001 111101 111011 11011 101100 11101

Color Harmonies of #694629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694629

Black with #694629

Text Example


Text Example

White with #694629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694629; }

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

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

background-color css

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

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

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

border-color css

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

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

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