Html Css Color HEX #694525 Cafe Royale

📋 copy color: '#694525'

red 105 ◦ green 69 ◦ blue 37

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

Shades of Cafe Royale #694525

Tints of Cafe Royale #694525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 49.76%
G = 32.7%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694525 (or 0x694525) is known color: Cafe Royale. HEX triplet: 69, 45 and 25. RGB value is (105,69,37). Sum of RGB (Red+Green+Blue) = 105+69+37=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694525 is #96BADA. Grayscale: #4C4C4C. Windows color (decimal): -9878235 or 2442601. OLE color: 2442601.

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

Color convert

RGB 105 69 37 -
CMYK 0 0.34 0.65 0.59
HSL 28.24º 0.48% 0.28% -
HSV(B) 28.24º 0.65% 0.41% -
XYZ 8.29 7.39 2.74 -
YUV 76.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 105 69 37 0 0.34 0.65 0.59 28.24 0.48 0.28
Hex 69 45 25 0 22 41 3B 1C 30 1C
Octal 151 105 45 0 42 101 73 34 60 34
Binary 1101001 1000101 100101 0 100010 1000001 111011 11100 110000 11100

Color Harmonies of #694525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694525

Black with #694525

Text Example


Text Example

White with #694525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694525; }

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

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

background-color css

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

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

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

border-color css

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

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

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