Html Css Color HEX #694825 Cafe Royale

📋 copy color: '#694825'

red 105 ◦ green 72 ◦ blue 37

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

Shades of Cafe Royale #694825

Tints of Cafe Royale #694825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 49.07%
G = 33.64%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694825 (or 0x694825) is known color: Cafe Royale. HEX triplet: 69, 48 and 25. RGB value is (105,72,37). Sum of RGB (Red+Green+Blue) = 105+72+37=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #694825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694825 is #96B7DA. Grayscale: #4E4E4E. Windows color (decimal): -9877467 or 2443369. OLE color: 2443369.

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

Color convert

RGB 105 72 37 -
CMYK 0 0.31 0.65 0.59
HSL 30.88º 0.48% 0.28% -
HSV(B) 30.88º 0.65% 0.41% -
XYZ 8.48 7.77 2.8 -
YUV 77.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 105 72 37 0 0.31 0.65 0.59 30.88 0.48 0.28
Hex 69 48 25 0 1F 41 3B 1F 30 1C
Octal 151 110 45 0 37 101 73 37 60 34
Binary 1101001 1001000 100101 0 11111 1000001 111011 11111 110000 11100

Color Harmonies of #694825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694825

Black with #694825

Text Example


Text Example

White with #694825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694825; }

 p { color: rgb(105,72,37); }

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

background-color css

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

 a { background-color: rgb(105,72,37); }

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

border-color css

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

 span { border-color: rgb(105,72,37); }

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