Html Css Color HEX #694626 Cafe Royale

📋 copy color: '#694626'

red 105 ◦ green 70 ◦ blue 38

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

Shades of Cafe Royale #694626

Tints of Cafe Royale #694626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 49.3%
G = 32.86%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#694626 (or 0x694626) is known color: Cafe Royale. HEX triplet: 69, 46 and 26. RGB value is (105,70,38). Sum of RGB (Red+Green+Blue) = 105+70+38=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694626 is #96B9D9. Grayscale: #4C4C4C. Windows color (decimal): -9877978 or 2508393. OLE color: 2508393.

HSL color Cylindrical-coordinate representation of color #694626: hue angle of 28.66º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694626 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 38 -
CMYK 0 0.33 0.64 0.59
HSL 28.66º 0.47% 0.28% -
HSV(B) 28.66º 0.64% 0.41% -
XYZ 8.37 7.52 2.84 -
YUV 76.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 105 70 38 0 0.33 0.64 0.59 28.66 0.47 0.28
Hex 69 46 26 0 21 40 3B 1D 2F 1C
Octal 151 106 46 0 41 100 73 35 57 34
Binary 1101001 1000110 100110 0 100001 1000000 111011 11101 101111 11100

Color Harmonies of #694626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694626

Black with #694626

Text Example


Text Example

White with #694626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694626; }

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

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

background-color css

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

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

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

border-color css

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

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

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