Html Css Color HEX #694724 Cafe Royale

📋 copy color: '#694724'

red 105 ◦ green 71 ◦ blue 36

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

Shades of Cafe Royale #694724

Tints of Cafe Royale #694724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 49.53%
G = 33.49%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#694724 (or 0x694724) is known color: Cafe Royale. HEX triplet: 69, 47 and 24. RGB value is (105,71,36). Sum of RGB (Red+Green+Blue) = 105+71+36=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694724 is #96B8DB. Grayscale: #4D4D4D. Windows color (decimal): -9877724 or 2377577. OLE color: 2377577.

HSL color Cylindrical-coordinate representation of color #694724: hue angle of 30.43º 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 #694724 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 36 -
CMYK 0 0.32 0.66 0.59
HSL 30.43º 0.49% 0.28% -
HSV(B) 30.43º 0.66% 0.41% -
XYZ 8.4 7.64 2.7 -
YUV 77.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 105 71 36 0 0.32 0.66 0.59 30.43 0.49 0.28
Hex 69 47 24 0 20 42 3B 1E 31 1C
Octal 151 107 44 0 40 102 73 36 61 34
Binary 1101001 1000111 100100 0 100000 1000010 111011 11110 110001 11100

Color Harmonies of #694724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694724

Black with #694724

Text Example


Text Example

White with #694724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694724; }

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

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

background-color css

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

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

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

border-color css

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

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

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