Html Css Color HEX #694925 Cafe Royale

📋 copy color: '#694925'

red 105 ◦ green 73 ◦ blue 37

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

Shades of Cafe Royale #694925

Tints of Cafe Royale #694925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 48.84%
G = 33.95%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694925 (or 0x694925) is known color: Cafe Royale. HEX triplet: 69, 49 and 25. RGB value is (105,73,37). Sum of RGB (Red+Green+Blue) = 105+73+37=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694925 is #96B6DA. Grayscale: #4E4E4E. Windows color (decimal): -9877211 or 2443625. OLE color: 2443625.

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

Color convert

RGB 105 73 37 -
CMYK 0 0.30 0.65 0.59
HSL 31.76º 0.48% 0.28% -
HSV(B) 31.76º 0.65% 0.41% -
XYZ 8.54 7.9 2.83 -
YUV 78.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 105 73 37 0 0.30 0.65 0.59 31.76 0.48 0.28
Hex 69 49 25 0 1E 41 3B 20 30 1C
Octal 151 111 45 0 36 101 73 40 60 34
Binary 1101001 1001001 100101 0 11110 1000001 111011 100000 110000 11100

Color Harmonies of #694925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694925

Black with #694925

Text Example


Text Example

White with #694925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694925; }

 p { color: rgb(105,73,37); }

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

background-color css

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

 a { background-color: rgb(105,73,37); }

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

border-color css

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

 span { border-color: rgb(105,73,37); }

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