Html Css Color HEX #694927 Cafe Royale

📋 copy color: '#694927'

red 105 ◦ green 73 ◦ blue 39

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

Shades of Cafe Royale #694927

Tints of Cafe Royale #694927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.97%

R = 48.39%
G = 33.64%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#694927 (or 0x694927) is known color: Cafe Royale. HEX triplet: 69, 49 and 27. RGB value is (105,73,39). Sum of RGB (Red+Green+Blue) = 105+73+39=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #694927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694927 is #96B6D8. Grayscale: #4E4E4E. Windows color (decimal): -9877209 or 2574697. OLE color: 2574697.

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

Color convert

RGB 105 73 39 -
CMYK 0 0.30 0.63 0.59
HSL 30.91º 0.46% 0.28% -
HSV(B) 30.91º 0.63% 0.41% -
XYZ 8.57 7.91 3 -
YUV 78.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 105 73 39 0 0.30 0.63 0.59 30.91 0.46 0.28
Hex 69 49 27 0 1E 3F 3B 1F 2E 1C
Octal 151 111 47 0 36 77 73 37 56 34
Binary 1101001 1001001 100111 0 11110 111111 111011 11111 101110 11100

Color Harmonies of #694927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694927

Black with #694927

Text Example


Text Example

White with #694927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694927; }

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

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

background-color css

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

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

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

border-color css

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

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

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