Html Css Color HEX #694928 Cafe Royale

📋 copy color: '#694928'

red 105 ◦ green 73 ◦ blue 40

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

Shades of Cafe Royale #694928

Tints of Cafe Royale #694928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

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

R = 48.17%
G = 33.49%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694928 (or 0x694928) is known color: Cafe Royale. HEX triplet: 69, 49 and 28. RGB value is (105,73,40). Sum of RGB (Red+Green+Blue) = 105+73+40=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694928 is #96B6D7. Grayscale: #4E4E4E. Windows color (decimal): -9877208 or 2640233. OLE color: 2640233.

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

Color convert

RGB 105 73 40 -
CMYK 0 0.30 0.62 0.59
HSL 30.46º 0.45% 0.28% -
HSV(B) 30.46º 0.62% 0.41% -
XYZ 8.59 7.92 3.08 -
YUV 78.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 105 73 40 0 0.30 0.62 0.59 30.46 0.45 0.28
Hex 69 49 28 0 1E 3E 3B 1E 2D 1C
Octal 151 111 50 0 36 76 73 36 55 34
Binary 1101001 1001001 101000 0 11110 111110 111011 11110 101101 11100

Color Harmonies of #694928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694928

Black with #694928

Text Example


Text Example

White with #694928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694928; }

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

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

background-color css

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

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

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

border-color css

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

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

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