Html Css Color HEX #694D24 Cafe Royale

📋 copy color: '#694D24'

red 105 ◦ green 77 ◦ blue 36

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

Shades of Cafe Royale #694D24

Tints of Cafe Royale #694D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 48.17%
G = 35.32%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#694D24 (or 0x694D24) is known color: Cafe Royale. HEX triplet: 69, 4D and 24. RGB value is (105,77,36). Sum of RGB (Red+Green+Blue) = 105+77+36=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D24 is #96B2DB. Grayscale: #505050. Windows color (decimal): -9876188 or 2379113. OLE color: 2379113.

HSL color Cylindrical-coordinate representation of color #694D24: hue angle of 35.65º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694D24 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 36 -
CMYK 0 0.27 0.66 0.59
HSL 35.65º 0.49% 0.28% -
HSV(B) 35.65º 0.66% 0.41% -
XYZ 8.8 8.44 2.83 -
YUV 80.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 105 77 36 0 0.27 0.66 0.59 35.65 0.49 0.28
Hex 69 4D 24 0 1B 42 3B 24 31 1C
Octal 151 115 44 0 33 102 73 44 61 34
Binary 1101001 1001101 100100 0 11011 1000010 111011 100100 110001 11100

Color Harmonies of #694D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D24

Black with #694D24

Text Example


Text Example

White with #694D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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