Html Css Color HEX #694C27 Cafe Royale

📋 copy color: '#694C27'

red 105 ◦ green 76 ◦ blue 39

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

Shades of Cafe Royale #694C27

Tints of Cafe Royale #694C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

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

R = 47.73%
G = 34.55%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#694C27 (or 0x694C27) is known color: Cafe Royale. HEX triplet: 69, 4C and 27. RGB value is (105,76,39). Sum of RGB (Red+Green+Blue) = 105+76+39=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #694C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C27 is #96B3D8. Grayscale: #505050. Windows color (decimal): -9876441 or 2575465. OLE color: 2575465.

HSL color Cylindrical-coordinate representation of color #694C27: hue angle of 33.64º 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 #694C27 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 39 -
CMYK 0 0.28 0.63 0.59
HSL 33.64º 0.46% 0.28% -
HSV(B) 33.64º 0.63% 0.41% -
XYZ 8.78 8.32 3.06 -
YUV 80.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 105 76 39 0 0.28 0.63 0.59 33.64 0.46 0.28
Hex 69 4C 27 0 1C 3F 3B 22 2E 1C
Octal 151 114 47 0 34 77 73 42 56 34
Binary 1101001 1001100 100111 0 11100 111111 111011 100010 101110 11100

Color Harmonies of #694C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C27

Black with #694C27

Text Example


Text Example

White with #694C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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