Html Css Color HEX #694D25 Cafe Royale

📋 copy color: '#694D25'

red 105 ◦ green 77 ◦ blue 37

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

Shades of Cafe Royale #694D25

Tints of Cafe Royale #694D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

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

R = 47.95%
G = 35.16%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694D25 (or 0x694D25) is known color: Cafe Royale. HEX triplet: 69, 4D and 25. RGB value is (105,77,37). Sum of RGB (Red+Green+Blue) = 105+77+37=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #694D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D25 is #96B2DA. Grayscale: #515151. Windows color (decimal): -9876187 or 2444649. OLE color: 2444649.

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

Color convert

RGB 105 77 37 -
CMYK 0 0.27 0.65 0.59
HSL 35.29º 0.48% 0.28% -
HSV(B) 35.29º 0.65% 0.41% -
XYZ 8.81 8.44 2.92 -
YUV 80.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 105 77 37 0 0.27 0.65 0.59 35.29 0.48 0.28
Hex 69 4D 25 0 1B 41 3B 23 30 1C
Octal 151 115 45 0 33 101 73 43 60 34
Binary 1101001 1001101 100101 0 11011 1000001 111011 100011 110000 11100

Color Harmonies of #694D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D25

Black with #694D25

Text Example


Text Example

White with #694D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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