Html Css Color HEX #694D28 Cafe Royale

📋 copy color: '#694D28'

red 105 ◦ green 77 ◦ blue 40

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

Shades of Cafe Royale #694D28

Tints of Cafe Royale #694D28

RGB

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

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

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

R = 47.3%
G = 34.68%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694D28 (or 0x694D28) is known color: Cafe Royale. HEX triplet: 69, 4D and 28. RGB value is (105,77,40). Sum of RGB (Red+Green+Blue) = 105+77+40=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D28 is #96B2D7. Grayscale: #515151. Windows color (decimal): -9876184 or 2641257. OLE color: 2641257.

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

Color convert

RGB 105 77 40 -
CMYK 0 0.27 0.62 0.59
HSL 34.15º 0.45% 0.28% -
HSV(B) 34.15º 0.62% 0.41% -
XYZ 8.86 8.46 3.17 -
YUV 81.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 105 77 40 0 0.27 0.62 0.59 34.15 0.45 0.28
Hex 69 4D 28 0 1B 3E 3B 22 2D 1C
Octal 151 115 50 0 33 76 73 42 55 34
Binary 1101001 1001101 101000 0 11011 111110 111011 100010 101101 11100

Color Harmonies of #694D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D28

Black with #694D28

Text Example


Text Example

White with #694D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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