Html Css Color HEX #694726 Cafe Royale

📋 copy color: '#694726'

red 105 ◦ green 71 ◦ blue 38

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

Shades of Cafe Royale #694726

Tints of Cafe Royale #694726

RGB

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

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

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

R = 49.07%
G = 33.18%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#694726 (or 0x694726) is known color: Cafe Royale. HEX triplet: 69, 47 and 26. RGB value is (105,71,38). Sum of RGB (Red+Green+Blue) = 105+71+38=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #694726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694726 is #96B8D9. Grayscale: #4D4D4D. Windows color (decimal): -9877722 or 2508649. OLE color: 2508649.

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

Color convert

RGB 105 71 38 -
CMYK 0 0.32 0.64 0.59
HSL 29.55º 0.47% 0.28% -
HSV(B) 29.55º 0.64% 0.41% -
XYZ 8.43 7.65 2.87 -
YUV 77.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 105 71 38 0 0.32 0.64 0.59 29.55 0.47 0.28
Hex 69 47 26 0 20 40 3B 1E 2F 1C
Octal 151 107 46 0 40 100 73 36 57 34
Binary 1101001 1000111 100110 0 100000 1000000 111011 11110 101111 11100

Color Harmonies of #694726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694726

Black with #694726

Text Example


Text Example

White with #694726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694726; }

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

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

background-color css

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

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

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

border-color css

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

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

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