Html Css Color HEX #694728 Cafe Royale

📋 copy color: '#694728'

red 105 ◦ green 71 ◦ blue 40

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

Shades of Cafe Royale #694728

Tints of Cafe Royale #694728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 48.61%
G = 32.87%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694728 (or 0x694728) is known color: Cafe Royale. HEX triplet: 69, 47 and 28. RGB value is (105,71,40). Sum of RGB (Red+Green+Blue) = 105+71+40=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694728 is #96B8D7. Grayscale: #4D4D4D. Windows color (decimal): -9877720 or 2639721. OLE color: 2639721.

HSL color Cylindrical-coordinate representation of color #694728: hue angle of 28.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694728 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 40 -
CMYK 0 0.32 0.62 0.59
HSL 28.62º 0.45% 0.28% -
HSV(B) 28.62º 0.62% 0.41% -
XYZ 8.46 7.66 3.04 -
YUV 77.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 105 71 40 0 0.32 0.62 0.59 28.62 0.45 0.28
Hex 69 47 28 0 20 3E 3B 1D 2D 1C
Octal 151 107 50 0 40 76 73 35 55 34
Binary 1101001 1000111 101000 0 100000 111110 111011 11101 101101 11100

Color Harmonies of #694728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694728

Black with #694728

Text Example


Text Example

White with #694728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694728; }

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

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

background-color css

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

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

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

border-color css

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

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

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