Html Css Color HEX #694E28 Cafe Royale

📋 copy color: '#694E28'

red 105 ◦ green 78 ◦ blue 40

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

Shades of Cafe Royale #694E28

Tints of Cafe Royale #694E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.98%

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

R = 47.09%
G = 34.98%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694E28 (or 0x694E28) is known color: Cafe Royale. HEX triplet: 69, 4E and 28. RGB value is (105,78,40). Sum of RGB (Red+Green+Blue) = 105+78+40=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E28 is #96B1D7. Grayscale: #515151. Windows color (decimal): -9875928 or 2641513. OLE color: 2641513.

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

Color convert

RGB 105 78 40 -
CMYK 0 0.26 0.62 0.59
HSL 35.08º 0.45% 0.28% -
HSV(B) 35.08º 0.62% 0.41% -
XYZ 8.93 8.61 3.2 -
YUV 81.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 105 78 40 0 0.26 0.62 0.59 35.08 0.45 0.28
Hex 69 4E 28 0 1A 3E 3B 23 2D 1C
Octal 151 116 50 0 32 76 73 43 55 34
Binary 1101001 1001110 101000 0 11010 111110 111011 100011 101101 11100

Color Harmonies of #694E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E28

Black with #694E28

Text Example


Text Example

White with #694E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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