Html Css Color HEX #694C25 Cafe Royale

📋 copy color: '#694C25'

red 105 ◦ green 76 ◦ blue 37

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

Shades of Cafe Royale #694C25

Tints of Cafe Royale #694C25

RGB

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

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

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

R = 48.17%
G = 34.86%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694C25 (or 0x694C25) is known color: Cafe Royale. HEX triplet: 69, 4C and 25. RGB value is (105,76,37). Sum of RGB (Red+Green+Blue) = 105+76+37=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C25 is #96B3DA. Grayscale: #505050. Windows color (decimal): -9876443 or 2444393. OLE color: 2444393.

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

Color convert

RGB 105 76 37 -
CMYK 0 0.28 0.65 0.59
HSL 34.41º 0.48% 0.28% -
HSV(B) 34.41º 0.65% 0.41% -
XYZ 8.74 8.31 2.89 -
YUV 80.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 105 76 37 0 0.28 0.65 0.59 34.41 0.48 0.28
Hex 69 4C 25 0 1C 41 3B 22 30 1C
Octal 151 114 45 0 34 101 73 42 60 34
Binary 1101001 1001100 100101 0 11100 1000001 111011 100010 110000 11100

Color Harmonies of #694C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C25

Black with #694C25

Text Example


Text Example

White with #694C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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